@real-system/styled-library
v0.0.27
Published
Styled system for real system.
Readme
Installation
# install peer dependencies
# npm
$ npm install react react-dom
# yarn
$ yarn add react react-dom
# install styled-library
# npm
$ npm install @real-system/styled-library @real-system/utils-library
# yarn
$ yarn add @real-system/styled-library @real-system/utils-libraryCode Example
import { theme } from '@real-system/styled-library';
...
