AtomStatusSpot
The status spot can has the success, error and alert color. We can use the status: high, medium or low to assign the different colors.
Installation
$ npm install @s-ui/react-atom-status-spot --save
Usage
Basic usage
import AtomStatusSpot from '@s-ui/react-atom-status-spot'
return (<AtomStatusSpot />)
Find full description and more examples in the demo page.