Docs / Components / Noise Button
Noise Button
A pill-shaped button with canvas noise texture, frosted outer ring, and magic-wand icon.
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 noise-button
Props Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| children | ReactNode | - | The text content. |
| onClick | function | - | Event handler for click. |
| className | string | '' | Additional CSS classes. |