Accordion
Dense Accordion
A dense accordion with a value in the right column: a duration, a size or a price. A list like this is read down the right edge without opening anything.
What you can change
- the items array: a title, the value on the right and the body text
- marker — the row marker: chevron, triangle, square, plus or none
- zebra — tint the even rows: it makes a long list easier to track
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/accordion-004?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-accordion-004-*. Native <details>/<summary> hold the disclosure, so the state works before hydration and needs no React. The list has no fill: it is held by its border over the page background, and the row highlights — the open one and the even ones under zebra — are translucent, so they work on any background. The theme comes from the surrounding color-scheme through light-dark(). The values in the right column are set in tabular figures and stand in a column. Padding and type size are computed from the component's own width through @container.
Tags
- accordion
- list
- dense
- no-js
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…