UI Kit Home IxDF UI Kit

“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.

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.

  • url
    string

    URL for the card’s link.

  • title
    string

    Title for the card (plaintext).

  • author
    string

    Text below the main excerpt, usually author’s name (plaintext).

  • text
    string

    Text content for the card (plaintext).