1.1.1 • Published 6 years ago
moonrocks v1.1.1
Moonrocks
Just another UI component library based on Styled System.
Developing
yarn installyarn start
Using
Need to work on this section...
- Run
yarn add moonrocks react-icons react-router-domin 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 exportThemeProviderfrom styled-components, which is bundled in the library. - To import a component in a file, simply type
import { Box } from 'moonrocks'; - GG.