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

# Testimonials

All the components pre-built in LightningRails for testimonials - Design from DaisyUI, HyperUI or custom

### Love wall testimonials

<figure><img src="https://2221554152-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPCf6vtFuZEPHXJd7JfIe%2Fuploads%2FPaXpGjHV57fbwVNz8Qwm%2FScreenshot%202024-08-26%20at%2014.37.22.png?alt=media&amp;token=2f7349db-1cce-49d7-83f2-b7a92d246b74" alt=""><figcaption><p>Testimonials HyperUI - love-wall</p></figcaption></figure>

To add this design to your page, add the following line:

```
<%= render "components/testimonials" %>
```

***

### Testimonials horizontal

<figure><img src="https://2221554152-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPCf6vtFuZEPHXJd7JfIe%2Fuploads%2F6RHJMge92eW3s2Q7h8r4%2FScreenshot%202024-08-26%20at%2014.48.08.png?alt=media&amp;token=87f00ab2-af3b-433c-b0c1-9f9dda098685" alt=""><figcaption><p>Custom design from HyperUI testimonials, adapted to DaisyUI</p></figcaption></figure>

To add this design, copy and paste the following line:

```
<%= render "components/testimonials_horizontal" %>
```
