mirror of
https://github.com/HoshinoSuzumi/rayine-ui.git
synced 2025-04-20 00:18:51 +08:00
32 lines
292 B
Markdown
32 lines
292 B
Markdown
---
|
|
description: Create a button component with different variants and colors
|
|
---
|
|
|
|
## Usage
|
|
|
|
Default button style
|
|
|
|
::ComponentPreview
|
|
Button
|
|
::
|
|
|
|
### Variants
|
|
|
|
::ComponentPreview
|
|
---
|
|
props:
|
|
variant: soft
|
|
---
|
|
Button
|
|
::
|
|
|
|
### Colors
|
|
|
|
::ComponentPreview
|
|
---
|
|
props:
|
|
color: violet
|
|
---
|
|
Button
|
|
::
|