Docs
Kanban Board Card
Kanban Board Card
Displays a drag and drop Kanban Board or RoadMap Card with dnd-kit and shadcn-ui.
In Preview
2
high
January 9, 2025
Add Some Button
medium
January 9, 2025
Add some Sections
In Progress
3
medium
January 9, 2025
VIP component
high
January 9, 2025
Card Component
medium
January 9, 2025
Section
Completed
4
high
January 9, 2025
Component
low
January 19, 2025
Add tooltips for your website
low
January 19, 2025
Add AI Prompt button
low
January 19, 2025
shadcn & V0.dev
Installation
Install the following dependencies:
npm install @dnd-kit/core @dnd-kit/sortable @dnd-kit/utilities
Copy and paste the cn util code into your project.
import { ClassValue, clsx } from "clsx"
import { twMerge } from "tailwind-merge"
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs))
}