Skeleton
Data Table Skeleton
A five-row table skeleton with a header, built on real table/thead/tbody markup: the table is marked aria-hidden as decorative, and the placeholder text lives in the wrapper's aria-label.
What you can change
- the row count through rows
- the screen-reader caption through label
- the row height and cell padding in CSS
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/skeleton-010?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 own palette in local variables --vibeui-skeleton-010-*. It is a server component: there are no hooks. Unlike skeleton-004, where the header and the rows are drawn by a grid of divs, real table, thead and tbody markup is used here: the table semantics are preserved even though there is no data in it yet. That is why the table element itself is marked aria-hidden — it is decorative, and the placeholder text for a screen reader lives in the aria-label of the wrapper with role="status" and aria-busy. Five rows are drawn by default: that is the size of the first page of results, the one a placeholder is asked for most often. The cell lengths alternate by column and by row number, so the placeholder does not read as a lattice.
Tags
- skeleton
- table
- data
- loading
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…