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

PropTypeDefaultDescription
childrenReactNode-The button text.
variantorange | red | blue | greenorangeThe color theme of the button.
disableChevronbooleanfalseWhether to hide the double chevron icon.
classNamestring''Additional CSS classes.