Events
Travel info with a “what to pack” checklist
Everything for flying to a wedding abroad: perforated ticket cards — flight, visa, money, connectivity, insurance, sockets — with a big figure and a couple of lines; a local planner card with a “message” button. On the right a sticky “what to pack” checklist with ticks and progress: ticks live in localStorage, so the suitcase gets packed over several sittings.
What you can change
- eyebrow, title, lede, cards (icon from the set, title, value, text)
- contactName, contactRole, contactLabel, contactHref, contactImage, checklistTitle, checklistNote, checklist, storageKey
- accent and background, tone
A link for your AI agent: preview, code and instructions.
Preview
Use it with AI
- 1. Copy the link.
- 2. Write to your agent in your own words and drop the link into the sentence.
- 3. The agent opens the link and installs the component from the registry.
put this on the home page as the hero:
https://vibeui.ru/c/event-011?lang=en&theme=dark
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 checklist. Cards are a <ul>, 2 per row from 56rem, a ::before radial-gradient perforation on the left, inline SVG icons by card.icon: plane, passport, cash, sim, shield, phone. The planner is a dark panel with a handwritten name and an accent button. The checklist is role=checkbox aria-checked buttons; ticks are read via useSyncExternalStore from localStorage by storageKey (empty on the server, no hydration mismatch), writes dispatch an event; ticked items are struck through in accent, progress is a bar from --vibeui-event-011-done. From 56rem a 1.5fr/.8fr grid, the checklist sticky top:5rem. Palette --vibeui-event-011-* 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
- info
- flight
- visa
- money
- checklist
- packing
- localstorage
- ticket
- cuba
- retro
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…