A react component library inspired by Chakra UI and Styled System.
Plastic emphasises a lego bricks approach to building UIs by providing a set of composable and flexible primitives. This lets you write awesome web apps, maintainable react code and almost zero CSS.
Getting Started
Install the npm package with:
npm i plastic
And make sure the PlasticProvider is rendered somewhere near the root of your app.
Here's a simple component built using plastic: