Components
Loading preview...
here is interactive kanban board
npx shadcn@latest add https://21st.dev/r/TomIsLoading/kanbanimport { Kanban } from "@/components/ui/kanban";
const DemoKanban = () => {
return (
<div className="flex h-screen w-full justify-center items-center">
<Kanban />
</div>
);
};
export { DemoKanban };