Skip to content

gabbersepp/react-components

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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