erikdekamps / kingly_paragraph_testimonial
A Drupal recipe for a responsive testimonial card component.
Installs: 26
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:drupal-recipe
Requires
- drupal/core: ^10.3 || ^11
- erikdekamps/kingly_minimal: dev-main
- erikdekamps/kingly_page: dev-main
- erikdekamps/kingly_paragraph_media: dev-main
This package is auto-updated.
Last update: 2025-07-29 07:58:33 UTC
README
Installs a responsive, accessible, and structured testimonial paragraph type.
Overview
This recipe creates a new paragraph type named "Kingly Testimonial". This component is designed for displaying customer or client testimonials in a visually appealing card format.
Features
- Structured Content: Includes dedicated fields for an author image, star rating, quote text, author name, job title/company, and date.
- Component-Driven: The frontend rendering is powered by
the
kingly_minimal:testimonial
Single Directory Component (SDC), ensuring clean, modern, and maintainable code. - Reusable Media: Leverages the
kingly_paragraph_media
recipe for the author's image. - Accessible Star Rating: The numerical rating is visually represented as stars using CSS for a clean and accessible implementation.