IssueTypeIcon
Displays an icon for a Tracker issue type.
Usage
import {IssueTypeIcon} from '@weavix/tracker-components';
<IssueTypeIcon issueType="bug" />
<IssueTypeIcon issueType="task" />
<IssueTypeIcon issueType="epic" />
Supported issue types
task · bug · design · epic · improvement · incident · info · newFeature · query · refactoring · release · serviceRequest · story · subBug · subTask · technicalDebt · milestone · arbitrary string
Props
| Prop | Type | Description |
|---|---|---|
issueType |
string |
Issue type key |
className |
string |
Additional CSS class |
Was the article helpful?
Previous