Docs / Components / Glow Button
Glow Button
A button with a vibrant glow effect and customizable variants.
Dependencies
Install the following dependencies to use this component:
1npm install @radix-ui/react-icons
Installation
Run the following command in your terminal to add the component to your project:
1npx rankflow-ui@latest add glow-button
Props Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| children | ReactNode | - | The button text. |
| variant | orange | red | blue | green | orange | The color theme of the button. |
| disableChevron | boolean | false | Whether to hide the double chevron icon. |
| className | string | '' | Additional CSS classes. |