Select

Select Component

stable
Playground
Props
PropTypeDefaultValue
sizeselectsm | md | lg
disabledboolean
optionsobject[object Object],[object Object],[object Object]
Default
WithLabel
WithError
This field is required
PROPTYPEDEFAULTDESCRIPTION
disabledbooleanDisabled state
optionsobject[object Object],[object Object],[object Object]Array of options
sizeselectSelect size
Using Selecttsx
import { Select } from '@/components/Select'

<Select
  size="..."
  disabled="..."
  options="..."
/>
Tokens Used
No design tokens detected