Components
Loading preview...
A full-screen, Evervault-inspired scene that streams glossy card tiles under a central “scanner” beam with ASCII reveals, particle glow, inertial drag, and subtle parallax—fully configurable via props (speed, direction, images, oscillation, glow).
@rahil1202
npx shadcn@latest add https://21st.dev/r/rahil1202/scanner-card-streamimport { ScannerCardStream } from "@/components/ui/scanner-card-stream";
export default function DemoOne() {
return <ScannerCardStream
// direction="1"
// cardImages={[
// "/cards/01.jpg",
// "/cards/02.jpg",
// "/cards/03.jpg",
// "/cards/04.jpg",
// ]}
// showControls=false
// showSpeed=false
// fricion=120;
// scanEffect= ""
// repeat=
/>;
}