Branson Cook
Actor
Radio telescope something incredible is waiting to be known billions upon billions...
An animated, accessible testimonial slider.
Supports plain data (avatar/name/role/quote
) or custom render per slide.
Actor
Radio telescope something incredible is waiting to be known billions upon billions...
“This slide is fully custom. You can render forms, CTA buttons, anything.”
npx shadcn-extras@latest add testimonial
Prop | Type | Default | Description |
---|---|---|---|
items | TestimonialData[] | — | Data or custom renderer per slide. |
variant | 'card' | 'minimal' | card | Default renderer look. |
loop | boolean | true | Wrap around on ends. |
autoplay | boolean | false | Enable autoplay. |
autoplayMs | number | 5000 | Interval for autoplay. |
showArrows | boolean | true | Show prev/next buttons. |
showDots | boolean | true | Show pagination dots. |
allowKeyboard | boolean | true | Enable ←/→ navigation. |
initialIndex | number | 0 | Start slide. |
onIndexChange | (i:number)=>void | — | Notify index changes. |
className / *ClassName | string | — | Slot overrides for styling. |