Minimap Parallax Scroll
An infinite full-screen project feed with wheel and touch inertia, snap-to-project, parallax images, and a centered minimap strip that mirrors the scroll in miniature.
npx shadcn@latest add https://ui.aryank.space/r/minimap-parallax-scroll.jsonInstalls from ui.aryank.space. To add it by hand, copy the files in Usage below, or register the @compronents namespace via the docs.
| Prop | Type | Default | Description |
|---|---|---|---|
| projects | { title: string; image: string; category: string; year: string }[] | 5 BLANK-hosted JPGs | Looped project entries shown full screen and in the minimap. |
| scrollSpeed / lerpFactor | number | 0.75 / 0.05 | Wheel delta multiplier and per-frame interpolation. |
projectslinksTitle, image, category, and year per project.
scrollSpeed / lerpFactortupleWheel multiplier and inertia smoothing.
None.