Components
Loading preview...
A smooth looping image slider that shows different nature scenes one after the other. The images gently slide from left to right in a continuous flow. Great for adding a calm and modern visual touch to any section.
npx shadcn@latest add https://21st.dev/r/waleedkibhen/image-auto-slider// This is file with demos of your component
// Each export is one usecase for your component
import { Component } from "@/components/ui/image-auto-slider";
const DemoOne = () => {
return <Component />;
};
export { DemoOne };