react-cauldron
v1.0.2
Published
We have a library of components to display that you can expand on. We provide basic props and you can add in any extra props you wish.
Downloads
2
Readme
React-Cauldron, a React Component Library
We have a library of components to display that you can expand on. We provide basic props and you can add in any extra props you wish.
Commands
npm run docs
will generate a documentation page for each component in a HTML file that you can open up. Currently working on an express server
Patterns
React-Cauldron follows the Atomic Design principle. Higher Order Components (HOC) are organized in the src
folder.
Documentation
npm run docs
will create a HTML file that stores all of the documentation in the docs
folder. Open up docs/index.html
to start looking
Browser support
Because we use flex to display components, React-Cauldron is supported by IE11+, Edge 14+, Firefox 50+, Chrome 49+, Safari 10+, Opera 42+, iOS Safari 9.3+, Android browser 4.4+, and Chrome for Android 56.