This is a simple Stack Card
npx shadcn@latest add https://21st.dev/r/itsankitverma/stack-card
Loading preview...
import { ScrollTriggered } from "@/components/ui/stack-card"; export default function DemoOne() { return <ScrollTriggered />; }