rayine-ui/docs/content/2.components/select.md
2024-11-28 15:35:14 +08:00

375 B

description
The select component is used to create a dropdown list of options

Usage

::ComponentPreview

props: placeholder: huh? options: [{label: 'Option 1', value: 'option1'}, {label: 'Option 2', value: 'option2'}, {label: 'Option 3', value: 'option3', disabled: true}]

::

API

Props

::ComponentProps ::

Theme

::ComponentDefaults ::