Separator
Pill Label Divider
A divider whose caption sits in a pill carrying its own background: the page-coloured-text trick breaks on gradients, while a pill works on any surface.
What you can change
- the caption text and its length
- the caption position through align: start, center or end
- line — the colour of the rules and the pill border; empty keeps the component's own palette
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/separator-002?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
A server component, no hooks. The caption position is set by the number of grid columns: center — 1fr auto 1fr, start — auto 1fr, end — 1fr auto, so the lines always meet the pill without manual margins. The pill carries its own fill and border — the popular trick of painting the text with the page colour falls apart over a gradient or an image, where the caption ends up in a rectangle of a foreign colour. The root has role=separator and an aria-label with the caption text, so the boundary is both audible and named. The pill is light with dark text, so the component needs no surface under it.
Tags
- separator
- label
- divider
- pill
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…