Content Cards
Any content works inside a slide — testimonials, feature highlights, pricing tiers. The carousel height adapts to the tallest slide.
"The component library saved us weeks of work. Every piece is polished and adapts perfectly to our brand."
Alice Johnson
Product Designer at Acme
"Wire:model support means we never fight the framework. Building complex UIs now feels effortless."
Bob Martinez
Lead Engineer at Nova
"Dark mode, accessibility, responsive — it just works. We shipped our dashboard in record time."
Carol White
CTO at Pinnacle
<x-ui::carousel :show-arrows="false">
<x-ui::carousel-item class="px-2">
<div class="rounded-xl border border-zinc-200 dark:border-zinc-700 p-6">
<p class="text-zinc-700 dark:text-zinc-200">"Your quote here…"</p>
<div class="mt-4 font-semibold text-sm">Name — Role</div>
</div>
</x-ui::carousel-item>
...
</x-ui::carousel>