A Uniquely Animated Button for hover effect
npx shadcn@latest add https://21st.dev/r/m.umairwaheedansari/star-button
Loading preview...
import Component from "@/components/ui/star-button"; export default function DemoOne() { return <Component />; }