About

Couple's story as a film strip

“Our story” as a film strip: frames with perforated edges scroll horizontally with snap, each tilted slightly differently and straightening on hover, with a date, title and a couple of lines under the photo. A heading in italic serif on the left, arrows scroll by one frame, swipe and wheel work on their own.

What you can change

  • eyebrow, title, lede, frames (date, title, text, image, imageAlt)
  • prevLabel, nextLabel
  • 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/about-011?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 arrows (scrollBy by the first frame's width) and the wheel: vertical deltaY over the strip turns into horizontal scrolling, at the strip's edges it goes to the page. The strip is a <ul> with overflow-x:auto, scroll-snap-type:x mandatory, a hidden scrollbar and negative margins to the block edge. A frame is flex-basis min(78cqi,20rem); from 56rem flex:1 1 0 with min-width 15rem and max-width 22rem, so four frames fit without scrolling and five or more become a strip, tilt via --vibeui-about-011-tilt by nth-child, hover straightens and lifts. Perforation is a repeating-linear-gradient in ::before/::after of the dark film, the frame number “01A” in a corner with mix-blend-mode. Photos are 3:2 object-fit:cover with muted saturation. From 56rem the head is a grid: heading/lede left, arrows right. Palette --vibeui-about-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. Cormorant Garamond and Manrope come via <link precedence> from Google Fonts with Georgia and system fallbacks. accent and background override colours, prefers-reduced-motion disables animations.

Tags

  • wedding
  • couple
  • story
  • timeline
  • film
  • filmstrip
  • carousel
  • scroll snap
  • photos
  • serif
  • cream
  • about
Component source

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

Loading…