Author Card — fixtures
ilinxa/author-card-fixturesFreeBlock
Author Card plus the dummy-data fixtures used by the docs-site demo.
Install it
npx shadcn@latest add https://ui.ilinxa.com/r/author-card-fixtures.jsonSource
1import type { AuthorCardProps } from "./types";23export const AUTHOR_CARD_DUMMY: Record<string, AuthorCardProps> = {4 withImage: {5 name: "Maya Chen",6 role: "Senior Editor",7 bio: "Specializes in sustainable urbanism and environmental journalism. Previously at Vox and The Atlantic.",8 imageSrc:9 "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=128&h=128&fit=crop&auto=format",10 imageAlt: "Maya Chen",11 },12 withoutImage: {13 name: "Anonymous Contributor",14 role: "Guest Writer",15 bio: "Writes occasionally about local environmental stories.",16 },17 collective: {18 name: "The Editorial Team",19 role: "Collective",20 bio: "Reporting and analysis from across the newsroom — covering policy, climate, and community.",21 },22 clickable: {23 name: "Daniel Park",24 role: "Product Designer",25 bio: "Currently designing onboarding flows; previously at Atlassian and Notion.",26 imageSrc:27 "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=128&h=128&fit=crop&auto=format",28 href: "/team/daniel-park",29 },30 turkish: {31 name: "Aylin Demir",32 role: "Kıdemli Editör",33 bio: "Sürdürülebilir şehircilik ve çevre konularında uzmanlaşmış gazetecilik deneyimine sahip.",34 labels: { heading: "Yazar Hakkında" },35 },36};
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 |
