Case Studies

Cases by Industry

A case study list with industry badges and radio-chip filtering in pure CSS: the filter works without a single line of JS. Self-contained: one file, no dependencies.

What you can change

  • eyebrow, title and allLabel — the eyebrow, the heading and the "all" chip label
  • the items array — the client, industry, g1–g4 group, task and metric of every case
  • filterName — the radio group name; it must change if the block appears twice on a page

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/case-005?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 block is self-contained: one file, no dependencies, its own palette in local --vibeui-case-005-* variables. A server component: the filter is a set of hidden radio inputs in a fieldset, the chips are their labels, and rows are hidden by a :has() selector keyed to the chosen group. There are four industry slots (g1–g4) plus "all": CSS cannot compare arbitrary values, so the group set is enumerated in the styles explicitly. Chips get the accent fill on :checked and a ring on :focus-visible of the neighbouring input. A case row is a grid: on wide widths the metric moves into the right column. The radio group name comes from the filterName prop — change it when the block appears twice on a page.

Tags

  • cases
  • filter
  • industries
  • chips
  • css only
  • list
Component source

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

Loading…