Skeleton

Product Card Skeleton

A product card skeleton: a cover with a fixed aspect ratio, two title lines and a separate price bar — thicker and shorter than the text lines, so it reads as itself.

What you can change

  • the cover proportion through ratio
  • the screen-reader caption through label
  • the title and price bar widths in CSS to match your typography

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/skeleton-009?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, its own palette in local variables --vibeui-skeleton-009-*. It is a server component: there are no hooks. The space for the cover is reserved through aspect-ratio rather than a fixed height, so the card keeps the same height at any grid column width. The fill is declared by a single rule for the cover, the title lines and the price bar at once — the shimmer cannot drift apart between the parts. The price bar is shorter and thicker than the title lines and stands as a separate element with a top margin, so the eye recognises a product card in the placeholder rather than an arbitrary block of text. All the decorative markup is marked aria-hidden, and the placeholder text for a screen reader lives in the root's aria-label.

Tags

  • skeleton
  • card
  • product
  • loading
Component source

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

Loading…