Gradient Shift Button
ButtonsButton with animated gradient background
gradientanimatedcolorful
Installation
$
Usage
tsx
import { GradientShiftButton } from "@/components/nonaxial/gradient-shift-button"
export default function Example() {
return (
<GradientShiftButton>{/* Your content here */}</GradientShiftButton>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |