README
SRC
Just another UI component library based on Styled System.
Developing
yarn installyarn start- GG.
Contributing
- Fork.
- Work.
- Commit.
- PR.
- GG.
Using
Need to work on this section...
- Run
yarn add @cereallarceny/src 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 '@cereallarceny/src';. We also exportThemeProviderfrom styled-components, which is bundled in the library. - To import a component in a file, simply type
import { Box } from '@cereallarceny/src'; - GG.