Table

Week Schedule

A weekly schedule grid: times are row headers and days are column headers, so a meeting always reads as the pair "Wednesday, 2 pm".

What you can change

  • the day names through days
  • the time slots and their events through slots
  • the highlighted day through today

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/table-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, no dependencies, its palette in the --vibeui-table-013-* variables. A server component: no hooks. A two-dimensional table: th scope="col" on the days and th scope="row" on the times — only that gives a cell both coordinates when announced. The columns do not shrink (min-width), and the whole grid sits in a role="region" wrapper with tabindex=0: a wide schedule moves into horizontal scrolling that is reachable from the keyboard. The visible heading is lifted into the block header while the caption is hidden visually, so the text is not duplicated but the table keeps its name. The event colour is set by data-tone through a single --vibeui-table-013-tone variable, so a new shade is one line of CSS.

Tags

  • table
  • schedule
  • calendar
  • grid
Component source

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

Loading…