@real-system/badge
v0.0.35
Published
Badge component for real system.
Downloads
15
Readme
Installation
# install peer dependencies
# npm
$ npm install react react-dom @real-system/utils-library @real-system/styled-library @real-system/elements-primitive
# yarn
$ yarn add react react-dom @real-system/utils-library @real-system/styled-library @real-system/elements-primitive
# install badge
# npm
$ npm install @real-system/badge
# yarn
$ yarn add @real-system/badge
Code Example
import { Badge } from '@real-system/badge';
...