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