Status
Typescript ❤️
Fabric Status React Components
Install
yarn add @atlaskit/status
Source
Bundle
Changelog
Latest
Note: This component is designed for internal Atlassian development.
External contributors will be able to use this component but will not be able to submit issues.
This component is the implementation of the Status element in React.
Usage
Status
import { Status, Color } from '@atlaskit/status';
Status
Unavailable
New
In progress
Blocked
On hold
Done
Status Picker
import { StatusPicker } from '@atlaskit/status';
Status Picker
StatusPicker Props
selectedColor
union
required
One of "neutral", "purple", "blue", "red", "yellow", "green"
text
string
required
onEnter
function
required
() => undefined
onColorClick
function
required
value => undefined
onColorHover
function
value => undefined
onTextChanged
function
required
value => undefined