rayine-ui/docs/content/2.components/button.md

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
::