Calendar

Holiday Shapes

A month where a weekend, a public holiday and a moved working day differ in shape: a fill, a diamond around the number and a dashed border.

What you can change

  • the month and the year through month and year
  • the holidays through holidays — a map of day number to name
  • the moved working days through workdays

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-017?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: the holidays arrive in the holidays dictionary, the moved working days in the workdays array, there is no state. The main technique is encoding by the type of shape rather than by colour alone: a weekend gets the cell filled, a holiday a diamond drawn with a pseudo-element rotated by forty-five degrees, a moved day a dashed border. The number inside the diamond stays upright, because it is the pseudo-element that is rotated, not the cell: rotating the cell would lay the digit on its side. Such a month reads the same under colour blindness and in black-and-white print. Below the grid stand a legend using the same shapes and a list of holidays with their names — a shape without a caption still does not explain what kind of day it is.

Tags

  • calendar
  • holidays
  • legend
  • a11y
Component source

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

Loading…