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.
import ClickTrigger from "@/components/ui/click-trigger"; export default function DemoOne() { return <ClickTrigger />; }