Components
Loading preview...
An interactive card with click animation effects. When clicked, it displays animated rectangles forming a plus shape that slide outward from the click position and fade way.
@jatin-yadav05
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/click-triggerimport ClickTrigger from "@/components/ui/click-trigger";
export default function DemoOne() {
return <ClickTrigger />;
}