A compact multi-step onboarding carousel with a progress bar, per-step icons, and Back/Next navigation that finishes on the last step.
import VCarousel8 from "@/components/ui/v-carousel-8"; export default function Default() { return ( <div className="flex min-h-[420px] w-full items-center justify-center bg-background p-6 text-foreground"> <VCarousel8 /> </div> ); }