mirror of
https://github.com/HoshinoSuzumi/rayine-ui.git
synced 2025-04-19 03:48:50 +08:00
26 lines
328 B
Markdown
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
|
|
::
|