feat: add command and combobox components
This commit is contained in:
@@ -53,6 +53,49 @@ export {
|
||||
} from "./components/card.variants";
|
||||
export { Checkbox, type CheckboxProps } from "./components/checkbox";
|
||||
export { checkboxVariants } from "./components/checkbox.variants";
|
||||
export {
|
||||
Combobox,
|
||||
type ComboboxItem,
|
||||
type ComboboxProps
|
||||
} from "./components/combobox";
|
||||
export {
|
||||
comboboxContentVariants,
|
||||
comboboxEmptyVariants,
|
||||
comboboxGroupVariants,
|
||||
comboboxItemVariants,
|
||||
comboboxLabelVariants,
|
||||
comboboxListVariants,
|
||||
comboboxSearchVariants,
|
||||
comboboxTriggerVariants
|
||||
} from "./components/combobox.variants";
|
||||
export {
|
||||
Command,
|
||||
CommandDialog,
|
||||
CommandEmpty,
|
||||
CommandGroup,
|
||||
CommandInput,
|
||||
CommandItem,
|
||||
CommandList,
|
||||
CommandSeparator,
|
||||
CommandShortcut,
|
||||
type CommandDialogProps,
|
||||
type CommandInputProps,
|
||||
type CommandItemProps,
|
||||
type CommandProps,
|
||||
type CommandShortcutProps
|
||||
} from "./components/command";
|
||||
export {
|
||||
commandDialogContentVariants,
|
||||
commandEmptyVariants,
|
||||
commandGroupVariants,
|
||||
commandInputVariants,
|
||||
commandInputWrapperVariants,
|
||||
commandItemVariants,
|
||||
commandListVariants,
|
||||
commandSeparatorVariants,
|
||||
commandShortcutVariants,
|
||||
commandVariants
|
||||
} from "./components/command.variants";
|
||||
export {
|
||||
Dialog,
|
||||
DialogClose,
|
||||
|
||||
Reference in New Issue
Block a user