Installation
Usage
import { RainbowButton } from "@/components/surgeui/rainbow-button";
<RainbowButton>Rainbow Button</RainbowButton>
Props
Prop | Type | Default | Description |
---|---|---|---|
children | React.ReactNode | - | The content to be displayed inside the button. |
className | string | - | Additional CSS classes to be applied to the button. |