Testimonials
Wishes as notes on a fogged window
A wall of wishes on a fogged window: frosted glass with droplets, each note a translucent wiped patch with handwritten text and a signature. A “write on the glass” form on the left — a new note appears as if wiped by a palm. Without a backend it lives until reload; with action it POSTs.
What you can change
- eyebrow, title, lede, notes (name, text)
- formTitle, nameLabel, textLabel, submitLabel, action
- accent and background, tone
Anatomy
Translucent notes on a fogged window and a form
- note *
- name *
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/testimonials-022?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 form. The window is a block with an icy gradient, a ::before of radial-gradient droplets; the wall is a <ul> auto-fill minmax(15rem,1fr), a note is an <article> with uneven rounding, a light backdrop-blur, a tilt by nth-child on the li and a hover lift; handwritten text with a soft glow, the signature on the right. New notes are a state array prepended with data-fresh and a clip-path:circle keyframe (the wipe). The form is name and text (required); without action — preventDefault. From 56rem a .8fr/1.7fr grid, the left column sticky. Palette --vibeui-testimonials-022-* 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, Marck Script and Manrope come via <link precedence> from Google Fonts with system fallbacks. accent and background override colours, prefers-reduced-motion disables animations.
Tags
- wedding
- winter
- guestbook
- wishes
- wall
- form
- glass
- frost
- notes
- dark
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…