# Social Proof Strip

> Render compact ratings, avatars, and trust labels.

Canonical HTML: https://press.varavel.com/docs/shortcodes/social-proof-strip/
Markdown: https://press.varavel.com/docs/shortcodes/social-proof-strip/index.md

`social_proof_strip` is a compact proof component for ratings, customers, and credibility labels.

## When to Use

Use it near heroes or CTAs when social proof should support conversion without becoming a full section.

## Usage

```markdown
{{/* social_proof_strip(text="Loved by teams", label_1="5-star") */}}
```

## Live Example

{{ social_proof_strip(
container="md",
text="Used to assemble clean landing pages without custom layout work.",
rating="5",
label_1="5-star feedback",
label_2="Production ready",
label_3="Mobile first"
) }}

## Parameters

| Parameter   | Description                                  |
| ----------- | -------------------------------------------- |
| `container` | Inner content width.                         |
| `text`      | Proof copy.                                  |
| `rating`    | Number of filled stars. Defaults to `5`.     |
| `avatar_N`  | Optional avatar image URL, up to 4.          |
| `label_N`   | Optional proof labels, up to 3.              |
| `bg`        | Full-width section background token.         |
| `class`     | Additional CSS classes on the outer section. |
