Components
Loading preview...
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.
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/sketchbook-reveal-cardimport SketchbookRevealCard from "@/components/ui/sketchbook-reveal-card";
export default function DemoOne() {
return <SketchbookRevealCard />;
}