Input Group
Date Span
A date range in one group: "from" and "to" fields with a dash between them; the second date can't be earlier than the first, and the layout stacks on a narrow container width.
What you can change
- the legend copy, defaultFrom and defaultTo
- the @container breakpoint (min-width: 24rem)
- the nights-count label text and pluralization
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/inputgroup-018?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 the local --vibeui-inputgroup-018-* variables. Client-side: "use client" for the sake of both date states and counting the nights. The wrapper is a fieldset with a legend, because this is one value made of two dates. The second field takes its min from the first natively, without hand-rolled validation. The layout is computed from the block's own width through @container: a column in a narrow place, a collapsed row with a dash in a wide one.
Tags
- inputgroup
- date
- range
- fieldset
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…