Components
An infinite auto-scrolling carousel that continuously loops through slides using Embla and pauses on hover.
Loading preview...
import AutoScrollSlider from "@/components/ui/autoscroll-slider";
export default function Default() {
return (
<div className="flex w-full items-center justify-center bg-background py-12 text-foreground">
<AutoScrollSlider />
</div>
);
}