Loading preview...
A SImple Like Button
@UmairXD
npx shadcn@latest add https://21st.dev/r/m.umairwaheedansari/like-button
import Component from "@/components/ui/like-button"; export default function DemoOne() { return <Component />; }