rayine-ui/docs/content/2.components/button.md
2024-11-19 12:57:02 +08:00

26 lines
328 B
Markdown

# Button
Buttons are used to trigger an action or event, such as submitting a form, opening a dialog, canceling an action, or performing a delete operation.
## Usage
```html
<RayButton>Click me</RayButton>
```
---
::DocExampleBlock
test
#code
console.log('Hello Rayine')
::
::RayButton
---
color: red
---
Hello Rayine
::