Events

Three-day schedule as ticket tabs

A three-day destination-wedding schedule: tabs like tickets with a big day number, a day label and a handwritten line, the main day (ceremony) in accent. Under the tabs the day's timetable: time in narrow caps, place, a few words and a “what to wear” panel. Switching fades in.

What you can change

  • eyebrow, title, lede, wearLabel
  • days (day, label, note, wear, main, image, slots: time, title, place, text) — any number of days
  • 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-010?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 tabs (useState, starting on the main day). Tabs are <button role=tab aria-selected> in a 3-per-row grid with a background-coloured ::before punch hole on the left; data-main + aria-selected fill accent. The panel is role=tabpanel keyed by index so the fade-in keyframes replay on each switch; the timetable is an <ol> with <time> and headings, the place in small accent caps; the day photo on white card and the “what to wear” panel is a sun fill with a handwritten line, a .6fr column on the right from 56rem. Palette --vibeui-event-010-* is neutral: ink and paper via light-dark(), the site colours come through the accent, ink and background props; dark theme via .dark/[data-theme] or tone. Oswald, Lobster and Manrope come via <link precedence> from Google Fonts with system fallbacks. accent and background override colours, prefers-reduced-motion disables animations.

Tags

  • wedding
  • travel
  • schedule
  • tabs
  • days
  • itinerary
  • timeline
  • ticket
  • cuba
  • beach
  • retro
Component source

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

Loading…