Calendar

Year Overview

A whole year as twelve month thumbnails: marked days are filled with the accent colour and each month name carries the count of its marks.

What you can change

  • the year shown through year
  • the list of marked dates through marks — plain ISO strings
  • the language of month and weekday names through locale

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-011?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 server component: there is no state, everything is computed at render from the year prop and the marks list of ISO dates. The twelve grids are laid out by a grid with auto-fill and minmax(8.5rem,1fr) — the columns are packed from the block's own width, and container queries are not needed. Every month is built from three numbers: the shift of the first day to Monday, the length of the month and the set of marked dates. The mark is a fill of the whole cell rather than a dot: on a ten-pixel cell a dot is invisible and the density of the year stops reading. The weekday names are taken from Intl using the reference week of 5–11 January 2026, so the week always starts on Monday whatever the locale. The palette is built on light-dark(): the colours take their branch from the surrounding color-scheme, there is no surface by default, and the border holds the block's edge.

Tags

  • calendar
  • year
  • overview
  • grid
Component source

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

Loading…