Installation
pnpm dlx shadcn@latest add @spell/flow-buttonExamples
Size
Color
Usage
import { FlowButton } from "@/components/flow-button";<FlowButton>Click me</FlowButton>Props
| Prop | Type | Default |
|---|---|---|
children | React.ReactNode | - |
size | SizeVariant | default |
borderColor | string | var(--rotating-border-color) |
className | string | - |
asChild | boolean | false |