A styled dropdown select. Built on the native <select> element with DaisyUI's select
class. Pass <option> children via the default slot.
Supports sizes, colors, and bordered/ghost variants.
Default
Basic select with a placeholder option.
Sizes
Five sizes: xs → xl.
Colors
All eight DaisyUI color tokens.
Bordered
variant="bordered" — always-visible border.
Ghost
variant="ghost" — transparent background.
Disabled
The entire select is non-interactive.
With label
Use form-control + label for accessible labelling.