Components
Loading preview...
A reusable and responsive thumbnail carousel
@avanishverma4
npx shadcn@latest add https://21st.dev/r/avanishverma4/thumbnail-carouselimport Component from "@/components/ui/thumbnail-carousel";
export default function DemoOne() {
return <Component />;
}