testimonialCard method

  1. @override
Component testimonialCard(
  1. TestimonialCardProps props
)
override

Render a testimonial card component

Implementation

@override
Component testimonialCard(TestimonialCardProps props) =>
    CodexTestimonialCard(props);