1.9.0 • Published 3 years ago

@s-ui/react-atom-status-spot v1.9.0

Weekly downloads
22
License
MIT
Repository
-
Last release
3 years ago

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.