Components
Loading preview...
A full-screen image slideshow component with text overlay, navigation controls, and smooth transitions.
npx shadcn@latest add https://21st.dev/r/jod49034/slideshowimport Component from "@/components/ui/slideshow";
export default function DemoOne() {
return <Component />;
}