Table
Aligned Numerals
A numeric table where decimal separators line up: every cell is a grid of sign, integer part and fraction, and the minus hangs to the left without shifting the digits.
What you can change
- the column titles through columns
- the line items and their numbers through rows
- the number of fractional digits through decimals
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-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
The component is self-contained: one file, no dependencies, its palette in the --vibeui-table-016-* variables. A server component: the totals are computed at render, and there is no state. A number is split by the split() function into the sign, the integer part and the fractional part, and the markup places them in a grid of three columns of 0.75ch / 1fr / auto — the column boundaries are shared by every row, so the separators line up and a hanging minus does not shift the digit groups. The minus is the typographic "−" sign (U+2212) rather than a hyphen: it is wider and reads as a minus. A negative value is tinted, but the meaning is carried by the sign itself, not by the colour. The digit groups are separated by a narrow no-break space, and the font is set in tabular-nums.
Tags
- table
- numbers
- alignment
- finance
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…