Avatars
zippystarter/avatarsFreeUtility
zippystarter publishes no description for this item.
Live preview
live · rendered by the registry
Rendered by zippystarter on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://zippystarter.com/r/avatars.jsonSource
1export const avatars = {2 janeSmith: {3 avatarSrc:4 "https://images.unsplash.com/photo-1627054294189-4abd72021135?auto=format&fit=facearea&facepad=2&w=256&h=256&q=80",5 avatarName: "Jane Smith",6 avatarSubtitle: "Product Manager",7 email: "jane@launchpad.io",8 role: "Developer",9 },10 mikeJohnson: {11 avatarSrc:12 "https://images.unsplash.com/photo-1503235930437-8c6293ba41f5?auto=format&fit=facearea&facepad=0&w=256&h=256&q=80",13 avatarName: "Mike Johnson",14 avatarSubtitle: "Founder",15 email: "mike@zippystarter.com",16 role: "Owner",17 href: "https://x.com/zippystarter",18 },19 randySmith: {20 avatarSrc:21 "https://images.unsplash.com/photo-1539125530496-3ca408f9c2d9?h=256&w=256&fit=facearea&facepad=3",22 avatarName: "Randy Smith",23 avatarSubtitle: "Founder",24 email: "randy@zippystarter.com",25 role: "Owner",26 href: "https://x.com/zippystarter",27 },28 johnDoe: {29 avatarSrc:30 "https://images.unsplash.com/photo-1522075469751-3a6694fb2f61?h=256&w=256&fit=facearea&facepad=1.5",31 avatarName: "John Snow",32 avatarSubtitle: "CEO Fastineer",33 email: "john@fastineer.com",34 role: "Owner",35 },36 timApple: {37 avatarSrc:38 "https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?auto=format&fit=facearea&facepad=2&w=256&h=256&q=80",39 avatarName: "Tim Zapple",40 avatarSubtitle: "Chief Technology Officer",41 email: "tim@zapple.com",42 role: "Owner",43 companyName: "Zapple",44 },45 sarahWilson: {46 avatarSrc:47 "https://images.unsplash.com/photo-1492106087820-71f1a00d2b11?h=256&w=256&fit=facearea&facepad=1.5",48 avatarName: "Sarah Wilson",49 avatarSubtitle: "Lead Designer",50 email: "sarah@designify.com",51 role: "Developer",52 portraitSrc:53 "https://images.unsplash.com/photo-1492106087820-71f1a00d2b11?h=612&w=512&fit=crop",54 },55 benButton: {56 avatarSrc:57 "https://images.unsplash.com/photo-1601233748556-fc899bd4305b?auto=format&fit=facearea&facepad=2&w=256&h=256&q=80",58 avatarName: "Ben Button",59 avatarSubtitle: "Entrepreneur",60 email: "ben@startwise.com",61 role: "Owner",62 },63 chefCharlie: {64 avatarSrc:65 "https://images.unsplash.com/photo-1611432579699-484f7990b127?h=256&w=256&fit=facearea&facepad=2",66 avatarName: "Charlie Stirling",67 avatarSubtitle: "Culinary Adventurer",68 email: "charlie@culinaryquest.com",69 role: "Viewer",70 },71 skyDiver: {72 avatarSrc:73// … truncated
