Calendar

Decade Picker

A year picker by decades: a 4×3 grid shows ten years plus one neighbour on each edge, and the arrows page ten years at a time.

What you can change

  • the initial year through defaultValue
  • the lower bound through min and the upper one through max
  • the highlight colour through accent

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/calendar-012?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

A client component: useState holds the selected year and the current decade, which is why "use client" is needed. The grid of twelve buttons is the decade's ten years plus one year on each side: crossing the boundary (1999 from the 2000s grid) takes a single press, without paging back with an arrow. The neighbouring years are marked data-outside and dimmed, but stay pressable. Going outside min/max switches the button off through disabled and strikes the label through, and the arrows are locked when the next decade lies entirely outside the range. The selected year is marked aria-pressed, so a screen reader reports the state without an extra caption.

Tags

  • calendar
  • year
  • picker
  • decade
Component source

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

Loading…