Components
Loading preview...
Cases with a carousel of images, suitable for clients, partners, or integration.
@tommyjepsen
npx shadcn@latest add https://21st.dev/r/tommyjepsen/cases-with-infinite-scrollimport { Case } from "@/components/ui/cases-with-infinite-scroll";
function CaseDemo() {
return (
<div className="block">
<Case />
</div>
);
}
export { CaseDemo };