Select
Select is used to pick a value from a list of options.
Installation
npx jsx-daisyui add selectDefault
select-default
Ghost
select-ghost
With fieldset and labels
select-fieldset
Colors
select-colors
Sizes
select-sizes
Controlled
select-controlled
Selected: React
Disabled
select-disabled
Native dropdown style
select-native
Props
Select
| Prop | Type | Default | Description |
|---|---|---|---|
color | 'neutral' | 'primary' | 'secondary' | 'accent' | 'info' | 'success' | 'warning' | 'error' | - | The color of the select input. |
size | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'md' | The size of the select input. |
ghost | boolean | - | Applies ghost styling. |