After starting development of React apps, I started to do the same things over and over again. I decided to put all those stuff into this public library.
If you are looking for live demonstration and code examples, please visit https://gabbersepp.github.io/react-components/.
The package is available at npm.
npm install jb-react-components
To apply the styling, import the stylesheet:
import "jb-react-components/dist/jb-react-components.css"Include following HTML code:
<!-- include javascript and stylesheet -->
<link href="/path/to/jb-react-components.css" rel="stylesheet">
<script src="/path/to/jb-react-components.js"></script>The components are built against React v16.x. But as they are without very complexe stuff, other versions should be applicable, too.
Default Theme:
- https://github.com/gabbersepp/react-components-default-theme
- TODO: add image
Explain how to run the automated tests for this system
This project is licensed under the MIT License - see the LICENSE.md file for details