âTestimonial Cardâ Component
Design: zeplin.
Testimonial cards are similar to press cards. Theyâre used for article-form member testimonials and shown on the Why Join Us page.
Exceeding My Learning Expectations
The instructor shared plenty of relatable content that made it easy to understand how the course topic applied. Even as
Andy Gingerich
Exceeding My Learning Expectations
The course was excellent, the references were helpful, and the videos were very useful to me.
MarĂa Camila Delgado
Exceeding My Learning Expectations
The content given to us is placed in real-world applications and came with rich insights into how to use it any kind of
Ricardo de Mello
Exceeding My Learning Expectations
Personable and knowledgeable. Easy to follow and provided great, relatable examples throughout.
Robb Keele
Usage
@include('components.cards.testimonial', [
'title' => 'Exceeding My Learning Expectations',
'text' => 'I canât say enough how grateful I am for this portfolio class.',
'author' => 'Nicena Fontaine',
'image' => 'https://public-images.interaction-design.org/user-uploads/57615/profile-pictures/original.c5afa464198c0571106839b1a095396f.png',
'url' => '#my-story',
])
Props
-
image (required)string
Image URL for the card.
-
urlstring
URL for the cardâs link.
-
titlestring
Title for the card (plaintext).
-
authorstring
Text below the main excerpt, usually authorâs name (plaintext).
-
textstring
Text content for the card (plaintext).