Table
Status Edge
A status table where the row state is visible from the left edge: the coloured rail is drawn with an inset shadow and a word label sits beside it, so colour is never the only carrier of meaning.
What you can change
- the services and their states through rows
- the row density through density
- the table caption through caption
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/table-018?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 component is self-contained: one file, no dependencies, its palette in the --vibeui-table-018-* variables. A server component: no hooks. The rail is made with box-shadow:inset rather than border-left: under border-collapse the cell borders collapse and the left stripe disappears. The status colour is set once by the --vibeui-table-018-edge variable on the row, and the dot and the chip border are coloured from it too — adding a status means adding one line of CSS. Every status is labelled with a word from the LABELS table, so the row reads under colour blindness and in black-and-white print. The row density is switched by data-density through a spacing variable rather than by a second copy of the rules.
Tags
- table
- status
- monitoring
- accessibility
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…