Cascader

Delivery Zones

A cascading delivery-region picker where price and lead time sit on the leaf level: zones are compared by eye instead of revealing the cost at checkout.

What you can change

  • label — the heading above the columns
  • regions — the catalogue itself: regions and their zones with price and lead time
  • defaultRegion and defaultZone — what is selected at first render

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/cascader-013?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, zero dependencies, its own palette in the local --vibeui-cascader-013-* variables. Client-side: the region and the zone live in useState. The layout is a 9rem + 1fr grid and both columns scroll independently. A leaf row is a nested grid of three cells: the name and the price on one line, the lead time on the second through grid-column: 1 / -1 — that way the price is always pushed to the right and lines up in a column. Changing the region resets the zone, so no zone from another region survives in the result. The left column is marked aria-expanded (it expands the right one), and the right one is role="listbox" with role="option" on the buttons. The summary at the bottom is announced through aria-live and repeats both the path and the price.

Tags

  • cascader
  • delivery
  • pricing
  • checkout
Component source

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

Loading…