mirror of
https://github.com/HoshinoSuzumi/rayine-ui.git
synced 2025-04-20 03:00:20 +08:00
375 B
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 ::