0.7.2 • Published 4 years ago

jb-react-components v0.7.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

React Components

NPM David David Build Status Cypress.io tests

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:

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

0.7.2

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

1.0.0

5 years ago