IssueBoard
GitHub-style issue tracker board.
import { IssueBoard } from '@ybouhjira/hyperkit';#Playground
Edit the code — the preview recompiles and re-renders as you type.
Loading preview…
#Props
| Prop | Type | Default | Description |
|---|---|---|---|
issues * | readonly Issue[] | — | — |
repos * | readonly string[] | — | — |
groupBy | 'repo' | 'label' | 'priority' | 'milestone' | 'none' | — | — |
view | 'list' | 'board' | 'table' | — | — |
filters | IssueFilters | — | — |
onFiltersChange | (filters: IssueFilters) => void | — | — |
onIssueClick | (issue: Issue) => void | — | — |
onStartWork | (issue: Issue) => void | — | — |
* required prop.