[Feature Request] Kanban component (over createKanban)
Open
@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/—.vuefiles +index.tsbarrel -
packages/0/src/components/index.ts— addexport * from './Kanban'(alphabetical) -
packages/0/src/maturity.json— flipKanbandraft→preview,since: null, adddescription -
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 toCOMPONENTSfreeze array (sorted) -
<DocsApi />renders + feature appears inapi-whitelist.tsafter build -
pnpm build:0 && pnpm typecheck && pnpm lint:fix && pnpm build:docsgreen
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.