Skip to content

Select

Select is used to pick a value from a list of options.

Link to DaisyUI documentation

Properties

Property Required Type Description
color No str (one of: primary, secondary, accent, neutral, success, warning, info, error)
size No str (one of: xs, sm, md, lg, xl)
ghost No bool
placeholder No str
join No bool
validator No bool
validator-hint No str
Any additional properties No any

Children

Accepts any HTML content

Examples

<{Select}>

</{Select}>