feat(ui): searchable MultiSelect (cmdk) + DateRangePicker (react-day-picker)

This commit is contained in:
Александр Зимин
2026-05-12 13:55:35 +00:00
parent 9073229c0e
commit 21d95613fc
11 changed files with 533 additions and 92 deletions
+5
View File
@@ -57,6 +57,11 @@ export {
} from './components/field'
export { FormActions, type FormActionsProps } from './components/form-actions'
export { DatePicker, type DatePickerProps } from './components/date-picker'
export {
DateRangePicker,
type DateRangePickerProps,
type DateRangePickerValue,
} from './components/date-range-picker'
export {
MultiSelect,
type MultiSelectOption,