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.
// This is file with demos of your component// Each export is one usecase for your componentimport { Component } from "@/components/ui/image-auto-slider";const DemoOne = () => { return <Component />;};export { DemoOne };