BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/flx/avatar-09

Group

flx/avatar-09
FreeBlock

Overlapping AvatarGroup stack of members.

Install it

npx shadcn@latest add https://ui.flexnative.com/r/avatar-09.json

Source

registry/patterns/avatar/avatar-09.tsxui.flexnative.com/r/avatar-09.json
1import {
2 Avatar,
3 AvatarFallback,
4 AvatarGroup,
5 AvatarImage,
6} from '@/components/ui/avatar'
7
8const members = [
9 {
10 name: 'Sofia Rodrigues',
11 initials: 'SR',
12 src: 'https://images.unsplash.com/photo-1494790108377-be9c29b29330?q=80&w=200&auto=format&fit=crop',
13 },
14 {
15 name: 'Liam Carter',
16 initials: 'LC',
17 src: 'https://images.unsplash.com/photo-1500648767791-00dcc994a43e?q=80&w=200&auto=format&fit=crop',
18 },
19 {
20 name: 'Ana Moreira',
21 initials: 'AM',
22 src: 'https://images.unsplash.com/photo-1438761681033-6461ffad8d80?q=80&w=200&auto=format&fit=crop',
23 },
24]
25
26export function Avatar09() {
27 return (
28 <AvatarGroup>
29 {members.map((member) => (
30 <Avatar key={member.name}>
31 <AvatarImage src={member.src} alt={member.name} />
32 <AvatarFallback>{member.initials}</AvatarFallback>
33 </Avatar>
34 ))}
35 </AvatarGroup>
36 )
37}

What it pulls in

Other registry items

  • avatar

Files it writes

  • registry/patterns/avatar/avatar-09.tsx

Facts

Registry
flx
Type
registry:block
Access
Free
Files written
1
Licence
the repository states none
First indexed
2026-08-02
Last confirmed
yesterday

Go to the source

ui.flexnative.com felipemenezes098/ui-flx on GitHub Raw registry item This item as JSON

More from flx

All 446 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Basicaccordion-01flxBlocksFreeno deps
Multipleaccordion-02flxBlocksFreeno deps
With iconsaccordion-03flxBlocksFreeno deps
FAQaccordion-04flxBlocksFreeno deps
Separated cardsaccordion-05flxBlocksFreeno deps
Plus / minus iconaccordion-06flxBlocksFree1 dep
Left chevronaccordion-07flxBlocksFree1 dep
Rich contentaccordion-09flxBlocksFreeno deps
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex