Skip to content
Component installs need the registry setup— the Base UI shadcn project, the @vegastack namespace and the Cloudflare Access service token.
VegaStack Design

board-01

A kanban board page — drag-and-drop columns under a toolbar with a search field, an assignee filter and a view switch.

Last updated

Tasks

Drag a card, or press Space on a focused card to move it with the keyboard.

Backlog3
In progress2
In review1
Shipped1

What it is

A kanban board page — Board's drag-and-drop columns under a toolbar with a search field, an assignee filter and a view switch. It is a block: you pull it once with shadcn add, and then you own it — nothing re-pulls it and no integrity hash tracks your edits, unlike the components it composes.

Install

npx shadcn@latest add @vegastack/board-01

This installs the block's own files plus the components it composes: avatar, board, button, input-group, select, toggle-group.

Preview

Tasks

Drag a card, or press Space on a focused card to move it with the keyboard.

Backlog3
In progress2
In review1
Shipped1

Files

FileRegistry typeTarget
board-01/components/board-view.tsxregistry:componentapp/board-01/components/board-view.tsx
board-01/page.tsxregistry:pageapp/board-01/page.tsx

Do / Don't

Do
Pull it once, then edit it freely — replace the sample data, the links and the copy with your own.
Don't
Treat it as an update-tracked component, or re-pull it and expect your edits to survive.

On this page