Select
Allows users to select one or more values from a list.
Source
@saas-ui/forms
- 2.11.4 (latest)
Import#
import { Select, SelectButton, SelectList, SelectOption } from '@saas-ui/react'
Usage#
Basic Usage#
Sizes#
Multi select#
Custom options#
Alternatively you can use MenuItemOption
to compose the select options, which gives you full control and flexibility.
Was this helpful?