Button Group

Pager Group

A three-cell pager: previous, counter and next inside one border, with the counter's width pinned so the buttons never jump when the page crosses a ten.

What you can change

  • the current page through page
  • the number of pages through total
  • the accessible navigation name through label

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/buttongroup-008?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 component is self-contained: one file, no dependencies, its own palette in the --vibeui-buttongroup-008-* variables. It is a server component: there are no hooks, and the page number arrives as a prop and is clamped to the range 1..total. The root is a nav with an aria-label, and inside it there are two buttons and a non-interactive counter cell within the same border. The borders are collapsed through margin-inline-start:-1px, the rounded corners go through logical properties to the first and last cell, and on focus a button is raised to z-index:2. The counter width is pinned by min-width and font-variant-numeric:tabular-nums, so "9 / 12" and "10 / 12" take the same space. The fraction is marked aria-hidden, and next to it lies the text "Page 3 of 12" under clip-path.

Tags

  • buttongroup
  • pagination
  • nav
  • stepper
Component source

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

Loading…