Infinite Scrolling Images Demo
sora-ui/demo-infinite-scrolling-imagesFreeComponent
Preview for the infinite stacked image scroll effect.
Install it
npx shadcn@latest add https://ui.soralabs.io.vn/r/demo-infinite-scrolling-images.jsonSource
1"use client";23import { infiniteScrollingImagesDemoItems } from "@/lib/demo/infinite-scrolling-images-demo-items";4import { InfiniteScrollingImages } from "@/components/sora-ui/effects/infinite-scrolling-images";56export function InfiniteScrollingImagesExample() {7 return (8 <div className="flex h-full w-full min-w-0 items-center justify-center py-6 lg:py-10">9 <InfiniteScrollingImages10 className="h-[min(56dvh,560px)] w-full md:h-screen"11 items={infiniteScrollingImagesDemoItems}12 />13 </div>14 );15}1617export default InfiniteScrollingImagesExample;
What it pulls in
Other registry items
Files it writes
More from Sora UI
All 97 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Accordionaccordion | Sora UI | Components | Free | 2 deps | |
| Border Trailborder-trail | Sora UI | Components | Free | 1 dep | |
| Bottom Sheetbottom-sheet | Sora UI | Components | Free | 2 deps | |
| Cursor Bubblecursor-bubble | Sora UI | Components | Free | 2 deps | |
| Cursor Trail Revealcursor-trail-reveal | Sora UI | Components | Free | 1 dep | |
| Custom Cursorcustom-cursor | Sora UI | Components | Free | 2 deps | |
| Accordion Demodemo-accordion | Sora UI | Components | Free | no deps | |
| Border Trail Demodemo-border-trail | Sora UI | Components | Free | no deps |
