Layouts
Catalog Shell
A showcase layout like VibeUI itself: a header with a logo, sections and actions, a search bar, categories with counters and an active highlight on the left, a card grid with previews and codes on the right. For libraries, catalogs, marketplaces and docs with examples.
What you can change
- heading and lead — the title and subtitle above the layout; without them — a ghost
- items — slots in order: 01 header (title — logo, text — counter), 02 categories, 03 card, 04 card, 05 card, 06 card; title/text/value/media
- media — your own frame, video or a background from the Background category (surface-*) inside a slot, under the text
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/layout-016?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
One file, zero dependencies, JS only for the cursor light. A three-row grid (header, filter, main) of height min(46rem, 100dvh); main is 15rem/1fr from 56rem (data-sidebar turns the category column off), the card grid has 1/2/3 columns (data-density). Categories are slot 02 (a list with counters and an active row), cards are slots 03–06: the tile as a preview, a caption with codes VU001–004 and the title. Header: the logo from items[0].title, the counter from items[0].text. Each card is an article with a border and a hover highlight. Slots: 01 header (title — logo, text — counter), 02 categories, 03 card, 04 card, 05 card, 06 card — items[i] with title/text/value/media, without them — a ghost. Numbers (numbers) show which slot goes where. Entrance is scroll-driven via animation-timeline: view(), without support — a load cascade; hover — cursor light and edge highlight at the pointer. Palette --vibeui-layout-016-* with light-dark, container queries, DOM order = reading order.
Tags
- layout
- catalog
- shell
- sidebar
- grid
- cards
- library
- marketplace
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…