Components
TestimonialCarousel
TestimonialCarousel is a token-driven Sigil component in the layout, navigation, and content group.
Import
import { TestimonialCarousel } from "@sigil-ui/components";Preview
Usage
<TestimonialCarousel><Card><CardContent>“Sigil keeps components token-first.”</CardContent></Card><Card><CardContent>“Docs are easy to scan.”</CardContent></Card></TestimonialCarousel>CLI
npx @sigil-ui/cli add testimonial-carouselToken Integration
TestimonialCarousel follows the Sigil component rules: styles resolve from var(--s-*), class names are mergeable through className, and the component is exported from @sigil-ui/components.