Testimonial

An animated, accessible testimonial slider.
Supports plain data (avatar/name/role/quote) or custom render per slide.

Basic

Our Reviews

Branson Cook

Branson Cook

Actor

Radio telescope something incredible is waiting to be known billions upon billions...

Custom slide

Case Study
“This slide is fully custom. You can render forms, CTA buttons, anything.”

Installation

npx shadcn-extras@latest add testimonial

Props

PropTypeDefaultDescription
itemsTestimonialData[]Data or custom renderer per slide.
variant'card' | 'minimal'cardDefault renderer look.
loopbooleantrueWrap around on ends.
autoplaybooleanfalseEnable autoplay.
autoplayMsnumber5000Interval for autoplay.
showArrowsbooleantrueShow prev/next buttons.
showDotsbooleantrueShow pagination dots.
allowKeyboardbooleantrueEnable ←/→ navigation.
initialIndexnumber0Start slide.
onIndexChange(i:number)=>voidNotify index changes.
className / *ClassNamestringSlot overrides for styling.