Task
Drag me
Kanban Board
CardsDraggable kanban board
kanbanboarddrag
Installation
$
Usage
tsx
import { Kanban } from "@/components/nonaxial/kanban"
export default function Example() {
return (
<Kanban>{/* Your content here */}</Kanban>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |