Getting Started
Foundations
Components
Search for a command to run...
import { MultiSelect } from "@strongtie/design-system/multi-select"This module exports the following components:
MultiSelectRootMultiSelectTriggerMultiSelectContentMultiSelectItemMultiSelectSeparatorMultiSelectGroupMultiSelectLabelMultiSelectClearButtonuseMultiSelect<MultiSelectRoot>| Prop | Type | Default | Description |
|---|---|---|---|
onValueChange * | (value: string[]) => void | - | |
value * | string[] | - | |
disabled | boolean | false | |
items | MultiSelectItemType[] | - | |
maxItems | number | - |
<MultiSelectTrigger>| Prop | Type | Default | Description |
|---|---|---|---|
placeholder | string | - |
<MultiSelectItem>| Prop | Type | Default | Description |
|---|---|---|---|
label | string | - |
Component multi-select-custom not found in registry.
Components can be styled using the className prop. The design system uses Tailwind CSS for styling.
CSS classes used by this component:
multi-select-clear-buttonmulti-select-contentmulti-select-groupmulti-select-itemmulti-select-labelmulti-select-separatormulti-select-triggerEnsure proper accessibility attributes are added when implementing this component.