-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
new component 🦄a new component is to be addeda new component is to be added
Description
Inspiration - https://ui.shadcn.com/docs/components/command

Props
type CommandBoxGroupType:
label?: string
options: {
label: string
icon?: IconType
link?: string
onClick?: () => void
}[]
type CommandBoxType:
id?: string
className?: string
groupClassName?: string
itemClassName?: string
searchBoxClassName?: string
labels?: {
searchPlaceholder?: string
noResultsFound?: string
}
isLoading?: boolean
isAsync?: boolean
onFetch?: (keyword: string) => CommandBoxGroupType[]
groups?: CommandBoxGroupType[]
Metadata
Metadata
Assignees
Labels
new component 🦄a new component is to be addeda new component is to be added