Flip
Sheet 01 — the cover.
Sheet 02 — the law.
Sheet 03 — the kit.
Native scroll snap. Buttons nudge; edges feather.
Sheet 01 — the cover.
Sheet 02 — the law.
Sheet 03 — the kit.
npx @noordvc/raster-cli add carousel
<div class="rs-carousel"><div class="rs-carousel-track"><div class="rs-card">One</div><div class="rs-card">Two</div><div class="rs-card">Three</div></div><div class="rs-carousel-nav"><button class="rs-page">‹</button><button class="rs-page">›</button></div></div>
import { Carousel } from "@/components/raster/carousel";
<Carousel aria-label="Case studies">
{cases.map((c) => <CaseCard key={c.id} {...c} />)}
</Carousel>