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