Components
Loading preview...
A fully accessible button with 10+ variants including shimmer, glow, and gradient effects. Motion-powered cursor tracking and spring animations.
npx shadcn@latest add https://21st.dev/r/johuniq/joly-buttonimport { Button } from "@/components/ui/joly-button";
export default function ButtonDemo() {
return <Button>Button</Button>;
}