vuetifyjs / vuetifyjs/0

[Feature Request] Kanban component (over createKanban)

Open
#518 0 comments 0 reactions 1 assignee View on GitHub

@johnleider is already working on this.

Since Jul 6, 2026.

C: Kanban E: createKanban T: feature
Dominant language
TypeScript
Stars
735
Forks
10
Avg merge
10h 47m
Merged PRs (30d)
72

Description

Build the Kanban compound component over the shipped createKanban composable (preview, since 1.0.0-alpha.4).

Part of the v1.3.0 epic (#509).

Checklist — new-feature checklist, components

  • packages/0/src/components/Kanban/.vue files + index.ts barrel
  • packages/0/src/components/index.ts — add export * from './Kanban' (alphabetical)
  • packages/0/src/maturity.json — flip Kanban draftpreview, since: null, add description
  • apps/docs/src/pages/components/data/kanban.md — docs page with frontmatter
  • apps/docs/src/examples/components/kanban/basic.vue — basic example
  • apps/docs/src/pages/components/index.md — table entry (data section)
  • packages/0/README.md — What's Included table
  • root README.md — keep in sync
  • packages/0/src/surface.test.ts — add exports to COMPONENTS freeze array (sorted)
  • <DocsApi /> renders + feature appears in api-whitelist.ts after build
  • pnpm build:0 && pnpm typecheck && pnpm lint:fix && pnpm build:docs green

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.