Table
Plan Matrix
A plan comparison matrix: features are rows, plans are columns, and a yes or no is carried by both a check mark and a hidden word for screen readers.
What you can change
- the plans and their prices through plans
- the feature list and its values through features
- the highlighted plan through featured
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/table-011?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 palette in the --vibeui-table-011-* variables. A server component: no hooks. The features are row headers (th scope="row") and the plans are column headers (th scope="col"), so a cell with a check mark is announced as the pair "feature — plan" rather than as a lone symbol. The ✓ and — glyphs are covered by aria-hidden, and a visually hidden "yes"/"no" word sits beside them: the glyph and the colour do not stay the only carriers of meaning. The recommended column is marked data-featured and tinted through color-mix from the accent; it has no palette of its own. The table is wide, so it sits in a role="region" wrapper with tabindex=0 and a visible focus: otherwise the horizontal scrolling cannot be reached from the keyboard.
Tags
- table
- pricing
- comparison
- accessibility
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…