Social Proof
Showcase statistics to build trust and credibility
Use the SocialProof
component to showcase milestones or testimonials to build trust and credibility and increase engagement and conversion.
1M+ monthly readers
500+ tutorials
1000+ happy customers
The component expects and array of items. Each item must have a text
property and an optional subText
property that is displayed under the main text. The subText
is optional, and also supports the use of HTML tags:
1M+ readers
•
500+ tuts
1000+ happy customers. Read our reviews.
If you need to increase the spacing between items, you can modify the classes of your component, or use the className
prop to pass additional CSS classes with additional styles.
API
Prop | Purpose |
---|---|
items.text | Sets the main text for your social proof item. |
items.subText | Sets additional text under your main text. Supports HTML tags. |
className | Pass CSS classes for your SocialProof component. |
Request improvement for this page