Testimonials
Guest wishes wall on a cork board
A wall of wishes: cream notes on a cork board at different angles, an accent pin on each, text in a handwritten-feel serif, the signature in accent. On the left a “leave a wish” form — the new note pins on first with an animation. Without a backend the note lives until reload; with action it POSTs.
What you can change
- eyebrow, title, lede, wishes (name, text, note)
- formTitle, nameLabel, textLabel, submitLabel, freshNote, action
- accent and background, tone
Anatomy
A wishes wall of notes on a cork board and a form
- wish *
- 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-020?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 board is a <ul> auto-fill minmax(12rem,1fr) with an inset shadow and a “frame” via box-shadow; a note is an article tilted via --vibeui-testimonials-020-tilt by nth-child(4n…), hover straightens and scales; the pin is an accent radial-gradient. New notes are a state array prepended with data-fresh and a “pin” keyframe. The form is name + textarea (required), onSubmit without action — preventDefault, with action — POST. From 56rem a .8fr/1.6fr grid, the left column sticky. Palette --vibeui-testimonials-020-* 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
- guestbook
- wishes
- wall
- notes
- cork board
- pins
- form
- testimonials
- serif
- cream
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…