Components
A horizontal drag-free carousel that displays product changelog releases as cards with colored version tags and dot navigation.
Loading preview...
import ChangelogCarousel from "@/components/ui/changelog-carousel";
export default function ChangelogCarouselDemo() {
return (
<div className="flex min-h-svh w-full items-center justify-center p-8">
<ChangelogCarousel />
</div>
);
}