Events

Day-by-day schedule with colour pills

A festival schedule: days as large colour pills (the active one filled with its colour), a strand filter as small pills, a list of slots: time large, a day-coloured bar, title, stage, strand and a “Free” or “18+” tag. Switching the day re-renders the list with a cascade.

What you can change

  • days: keys, labels, dates, colours; slots: day, time, title, stage, strand and colour, tag, link
  • eyebrow, title, allLabel, emptyText
  • accent and background, tone

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/event-006?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

One file, zero dependencies, “use client” for the day and the filter. Days are a <ul role=tablist> with role=tab buttons and aria-selected; day.color goes to --day, ink to --day-ink, the active one is filled, the rest outlined 2px. Filters are built from slots automatically (unique tag), buttons with aria-pressed. The list is an <ol key={day+tag}>, remounted and sliding in via @keyframes with a --n×40ms delay; the bar next to the time is a ::before in the day colour; from 56rem a three-column row 6rem/1fr/auto and a day-coloured gradient highlight on hover. An empty filter shows the emptyText plate. Palette --vibeui-event-006-* is neutral: ink and paper via light-dark(), the site colours come through the accent, ink and background props; pill colours live in the data (color and ink per item), so one section can carry all twelve festival colours. Inter Tight and Inter via <link precedence> from Google Fonts with system fallbacks. tone pins the scheme, accent, ink and background override colours.

Tags

  • festival
  • event
  • colorful
  • pills
  • landing
  • schedule
  • timetable
  • tabs
  • filter
  • days
Component source

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

Loading…