Data Grid

Loading Skeleton

A grid with a loading skeleton: the bars mirror the column layout at varying lengths, the region is marked aria-busy and the status is repeated in text.

What you can change

  • the line under the toolbar through caption
  • the number of skeleton rows through rowCount
  • the campaign list through rows

A link for your AI agent: preview, code and instructions.

Preview

1440pxHost theme

Use it with AI

  1. 1. Copy the link.
  2. 2. Write to your agent in your own words and drop the link into the sentence.
  3. 3. The agent opens the link and installs the component from the registry.
AI
1Pick it here

put this on the home page as the hero:

https://vibeui.ru/c/datagrid-012?lang=en&theme=dark

2Paste into the chat
3Get it in your project

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, the palette in --vibeui-datagrid-012-*. A client component: a single boolean state switches between the skeleton and the data, and the number of skeleton rows arrives as a prop. A bar is a span with its width coming from the --vibeui-datagrid-012-w variable: the length is computed from the row number, so the rows do not look printed from one template. The shimmer is assembled from a linear-gradient and a single keyframes on background-position, and the prefers-reduced-motion rule suppresses it. The scroll area is marked aria-busy, with a textual status carrying role=status beside it: an animation tells a screen reader nothing. The header and the tfoot stay in place during loading, and the totals are shown as a dash. The theme comes from the surrounding color-scheme through light-dark(): by default the grid lays no panel under itself, it sits on the page background, while the background prop switches on a panel of its own.

Tags

  • datagrid
  • skeleton
  • loading
  • table
Component source

The same file your agent installs. Here in case you would rather copy it by hand.

Loading…