Team
Team as a List
The team as a compact list: one row per person — name, role, city and joining year. For large rosters where a card grid turns into a wall. Self-contained: one file, no dependencies.
What you can change
- eyebrow and title — the eyebrow and the section heading
- the members array — the name, role, city and tenure caption (since) of every row
- countLabel — the counter badge in the header; empty computes it from the number of people
A link for your AI agent: preview, code and instructions.
Preview
Use it with AI
- 1. Copy the link.
- 2. Write to your agent in your own words and drop the link into the sentence.
- 3. The agent opens the link and installs the component from the registry.
put this on the home page as the hero:
https://vibeui.ru/c/people-004?lang=en&theme=dark
Not sure where to paste it? Step-by-step guide
Show the full instructions
What the link says, spelled out. Use it when your agent cannot open links — paste this text instead.
Loading…
For developers
The install command lives in the “Component source” block below — a signed link that stays valid for 24 hours.
Technical notes
The block is self-contained: one file, no dependencies, its palette in --vibeui-people-004-*. A server component. People are a <ul>; a row is a grid of avatar, name with role, city with tenure, separated by hairlines; the name and the role truncate with an ellipsis instead of breaking the grid. The header carries a counter badge: by default it is computed from the array length and can be overridden with the countLabel prop. A narrow content column (56rem): the list reads like a table of contents, not a full-width table.
Tags
- team
- list
- roster
- compact
- people
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…