feat(CommandPalette): add active field on items for consistency

This commit is contained in:
Benjamin Canac
2024-11-25 14:22:39 +01:00
parent 7ab88d30b2
commit 37655377e9
3 changed files with 15 additions and 3 deletions

View File

@@ -42,6 +42,7 @@ Each group takes some `items` as an array of objects with the following properti
- `avatar?: AvatarProps`{lang="ts-type"}
- `chip?: ChipProps`{lang="ts-type"}
- `kbds?: string[] | KbdProps[]`{lang="ts-type"}
- `active?: boolean`{lang="ts-type"}
- `loading?: boolean`{lang="ts-type"}
- `disabled?: boolean`{lang="ts-type"}
- [`slot?: string`{lang="ts-type"}](#with-custom-slot)