A button with animated flowing dashed border on hover.
import { FlowButton } from "@/components/ui/flow-button" export default function FlowButtonDemo() { return ( <div className="flex items-center justify-center min-h-[400px] p-8"> <FlowButton> Hello, World! </FlowButton> </div> ) }
Part of Spell — browse the full library on 21st.dev.