
<TestimonialsGrid maxColumnCount={2}>
<TestimonialsGrid.Testimonial
message="Showing social proof is very important. Share a nice review from your users."
authorName="Jane Doe"
authorTitle="iOS Developer"
authorImageUrl="/app_view/profile_image_placeholder.png"
messageFontStyle="italic"
source="https://threads.com/some-thread-message"
/>
<TestimonialsGrid.Testimonial
message="If it's an App Store review, show the star rating to add visual variety."
authorName="John Smith"
source="appStore"
starsRating={true}
/>
</TestimonialsGrid><TestimonialsGrid>Properties
| Property | Value | Description |
|---|---|---|
maxColumnCount | number | Maximum number of columns in the grid. Defaults to |
<TestimonialsGrid.Testimonial> Properties
| Property | Value | Description |
|---|---|---|
message | string | Testimonial text content. |
authorName | string | Author name shown under the message. |
authorTitle | string | Optional author title shown under the name. |
authorImageUrl | string | Optional author avatar image URL. |
messageFontStyle | normalitalic | Font style for the message. Defaults to |
quotationMarks | boolean | Shows quotation marks around the message. Defaults to |
source | string | 'appStore' | Optional source URL or |
starsRating | boolean | Shows a 5-star rating. Defaults to |