Content Blocks
Minimal Typographic
Minimal typographic testimonial section with clean design.
testimonialminimaltypographicclean
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
testimonials | TestimonialItem[] | [] | Array of testimonial items with id, name, role, company, content/text, media, avatar/image. |
backgroundColor | string | #f3f4f6 | Background color of the component (hex, rgb, or hsl). |
quoteIconColor | string | #d1d5db | Color of the quote icon (hex, rgb, or hsl). |
quoteColor | string | #111827 | Color of the quote text (hex, rgb, or hsl). |
authorNameColor | string | #000000 | Color of the author name text (hex, rgb, or hsl). |
authorRoleColor | string | #6b7280 | Color of the author role text (hex, rgb, or hsl). |
dividerColor | string | #d1d5db | Color of dividers (hex, rgb, or hsl). |
dotActiveColor | string | #000000 | Color of active pagination dots (hex, rgb, or hsl). |
dotInactiveColor | string | #d1d5db | Color of inactive pagination dots (hex, rgb, or hsl). |
dotHoverColor | string | #9ca3af | Color of pagination dots on hover (hex, rgb, or hsl). |
autoPlayInterval | number | 5000 | Auto-play interval in milliseconds. |