Components
A scroll-triggered reveal card that hand-draws a wobbling SVG border, animates a lightbulb icon, text lines, and a button into view as you scroll.
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/sketchbook-reveal-cardLoading preview...
import SketchbookRevealCard from "@/components/ui/sketchbook-reveal-card";
export default function DemoOne() {
return <SketchbookRevealCard />;
}