Skip to main content

Testimonial

The testimonial component is used to display testimonials from your customers on your site.

Testimonial

Usageโ€‹

<x-testimonial>
<x-slot name="name">{{ __('Michael Gough') }}</x-slot>
<x-slot name="position">{{ __('CEO at Google') }}</x-slot>
{{ __('"Can't imagine my life without it. This is the best product I have ever used."') }}
</x-testimonial>

The component accepts the following slots:

  • name: The name of the person who gave the testimonial.
  • position: The position of the person who gave the testimonial.

You can pass in extra classes to the testimonial component to customize its look and feel.