Rapid React Prototyping

Builtin React is a component library created using styled-components. It will enable you to create layouts quickly. The components have default styling which makes your project look good while providing you with the flexibility to easily override these styles.

The library is split up into two main parts. Elements and Components. Elements are small building blocks to layout your page and construct the varies components that make up your application. Components are made up of the different Elements and offer more extensive customisation and functionality.

npm install builtin-react
NPMGithub