docs/components/data/IssueBoard

IssueBoard

GitHub-style issue tracker board.

import { IssueBoard } from '@ybouhjira/hyperkit';

#Playground

Edit the code — the preview recompiles and re-renders as you type.

Live playground
Loading preview…

#Props

PropTypeDefaultDescription
issues *readonly Issue[]
repos *readonly string[]
groupBy'repo' | 'label' | 'priority' | 'milestone' | 'none'
view'list' | 'board' | 'table'
filtersIssueFilters
onFiltersChange(filters: IssueFilters) => void
onIssueClick(issue: Issue) => void
onStartWork(issue: Issue) => void

* required prop.