mirror of
https://github.com/HoshinoSuzumi/rayine-ui.git
synced 2025-04-10 06:08:50 +08:00
328 B
328 B
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
<RayButton>Click me</RayButton>
::DocExampleBlock test
#code console.log('Hello Rayine') ::
::RayButton
color: red
Hello Rayine ::