A fully accessible button with 10+ variants including shimmer, glow, and gradient effects. Motion-powered cursor tracking and spring animations.
import { Button } from "@/components/ui/joly-button"; export default function ButtonDemo() { return <Button>Button</Button>; }