Getting Started
Components
Special Effects
Animations
Text Animations
Backgrounds
import { RainbowButton } from "@/components/ui/rainbow-button"
<RainbowButton>Rainbow Button</RainbowButton>
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. |
variant | "default" | "outline" | "default" | The variant of the button. |
size | "default" | "sm" | "lg" | "icon" | "default" | The size of the button. |