# 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 Click me ``` --- ::DocExampleBlock test #code console.log('Hello Rayine') :: ::RayButton --- color: red --- Hello Rayine ::