Testimonials
Star Rating Reviews
Reviews with star ratings and the average score in the header. Suits a landing or a product page. Change the quotes, the names, the ratings and the review count.
What you can change
- average and total — the average score and the review-count caption
- summaryTitle — the sentence next to the average
- averageLabel and ratingLabel — the screen-reader captions of the star rows; {value} is replaced with the score
Anatomy
Reviews with ratings: the average, stars, a counter and cards
- average score
- review count
- rating *
- title
- review text *
- name *
- date
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-005?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
The block is self-contained: one file, no dependencies, its own palette in local variables --vibeui-testimonials-005-*. A server component. The star is a clip-path shape rather than a font glyph: it is identical across systems and takes its colour from a variable. A half rating is made with a linear gradient with a hard stop at 50 %, and the state is passed through the data-filled attribute. Every row of stars is marked role="img" with the score as text in aria-label — otherwise a screen reader reads out five identical empty elements. The number of columns is computed from the block's own width.
Tags
- testimonials
- rating
- stars
- reviews
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…