moonrocks
v1.1.1
Published
Just another UI component library based on Styled System.
Downloads
50
Maintainers
Readme
Moonrocks
Just another UI component library based on Styled System.
Developing
yarn install
yarn start
Using
Need to work on this section...
- Run
yarn add moonrocks react-icons react-router-dom
in your app - Add a
<ThemeProvider theme={theme}>
to your project's root, and pass it a theme. You can either add your own theme or import the one used in this library like such:import { theme } from 'moonrocks';
. We also exportThemeProvider
from styled-components, which is bundled in the library. - To import a component in a file, simply type
import { Box } from 'moonrocks';
- GG.