> For the complete documentation index, see [llms.txt](https://docs.shipped.club/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shipped.club/components/testimonials.md).

# Testimonials

Show the testimonial messages from your customers

<figure><img src="https://3985976695-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT3t4pDs63s3Soj1JetJw%2Fuploads%2FgVIz0p9d8XA7CrmRLU0j%2Fimage.png?alt=media&amp;token=96ec2a59-d0cb-411b-bd8c-7eb14be132f5" alt=""><figcaption><p>Testimonials</p></figcaption></figure>

Component: `<Testimonials />`\
File: `src/components/Testimonials/Testimonials.tsx`

{% code title="page.tsx" %}

```typescript
import { Testimonials } from "@/components/Testimonials/Testimonials";
```

{% endcode %}

### Examples

<figure><img src="https://3985976695-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT3t4pDs63s3Soj1JetJw%2Fuploads%2FtuGGbKGCxldyfHAA9OQV%2Fimage.png?alt=media&amp;token=ac9c893f-7a6b-4eee-8c33-28e95b70c0aa" alt=""><figcaption><p>userdesk.io</p></figcaption></figure>

***

{% hint style="info" %}
If you need basic components like buttons, inputs, etc, they are all available with [ChakraUI](https://chakra-ui.com/).
{% endhint %}
