jb-react-components
v0.7.2
Published
A collection of different React components.
Downloads
2
Readme
React Components
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.
Usage
If you are looking for live demonstration and code examples, please visit https://gabbersepp.github.io/react-components/.
Install with npm
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"
Use without npm
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>
Peer dependencies
The components are built against React v16.x. But as they are without very complexe stuff, other versions should be applicable, too.
Themes
Default Theme:
- https://github.com/gabbersepp/react-components-default-theme
- TODO: add image
For contributors - Running the tests
Explain how to run the automated tests for this system
License
This project is licensed under the MIT License - see the LICENSE.md file for details