Carousel Composer — fixtures
ilinxa/carousel-composer-fixturesFreeBlock
Carousel Composer plus the dummy-data fixtures used by the docs-site demo.
Install it
npx shadcn@latest add https://ui.ilinxa.com/r/carousel-composer-fixtures.jsonSource
1import type { MediaCarouselItem } from "./types";23/**4 * Sample carousel — a "re-edit" seed shape (remote URLs, no local blobs), as a5 * CMS would hydrate an existing post's media. Mixed photo + video proves the6 * collection doesn't separate kinds. Items have NO `blob`/`editorState`, so the7 * carousel treats them as unedited remote sources.8 *9 * Square (1:1) image sources so the demo's `aspect="auto"` resolves to a clean10 * 1:1 frame.11 */12export const dummyCarouselItems: MediaCarouselItem[] = [13 {14 id: "seed-1",15 kind: "image",16 url: "https://images.unsplash.com/photo-1469474968028-56623f02e42e?w=1080&h=1080&fit=crop",17 width: 1080,18 height: 1080,19 fileName: "ridge-light.jpg",20 },21 {22 id: "seed-2",23 kind: "image",24 url: "https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1080&h=1080&fit=crop",25 width: 1080,26 height: 1080,27 fileName: "city-dusk.jpg",28 },29 {30 id: "seed-3",31 kind: "video",32 url: "https://test-videos.co.uk/vids/bigbuckbunny/mp4/h264/720/Big_Buck_Bunny_720_10s_1MB.mp4",33 width: 1280,34 height: 720,35 fileName: "clip.mp4",36 },37 {38 id: "seed-4",39 kind: "image",40 url: "https://images.unsplash.com/photo-1504711434969-e33886168f5c?w=1080&h=1080&fit=crop",41 width: 1080,42 height: 1080,43 fileName: "press.jpg",44 },45];
What it pulls in
Other registry items
Files it writes
More from ilinxa
All 184 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Account Switcheraccount-switcher | ilinxa | Blocks | Free | 1 dep · 10 files | |
| Account Switcher (deprecated alias)account-switcher-01 | ilinxa | Blocks | Free | no deps | |
| Account Switcher — fixturesaccount-switcher-fixtures | ilinxa | Blocks | Free | no deps | |
| App Sidebarapp-sidebar | ilinxa | Blocks | Free | 1 dep · 37 files | |
| App Sidebar — fixturesapp-sidebar-fixtures | ilinxa | Blocks | Free | no deps | |
| Rich Text Editor (deprecated alias)article-body-01 | ilinxa | Blocks | Free | no deps | |
| Article Metaarticle-meta | ilinxa | Blocks | Free | 1 dep · 4 files | |
| Article Meta (deprecated alias)article-meta-01 | ilinxa | Blocks | Free | no deps |
