Components
Loading preview...
Kanban board with the number of tasks in each stage. Here's a professional and user-friendly description for that board layout:
@shailendrakumar19999
npx shadcn@latest add https://21st.dev/r/shailendrakumar19999/kanbanimport { Component } from "@/components/ui/kanban";
export default function DemoOne() {
return <Component />;
}