hbg-react
v0.11.10
Published
Library of reusable React components
Downloads
16
Readme
hbg-react
Library of reusable React components
Installation
npm install --save-dev hbg-react
Then require the components you want to use:
import {Dropdown, Button} from 'hbg-react';
Local Development
- This library uses nwb for building assets and requires it to be installed globally
npm install -g nwb
- Clone the repo into a own directory
git clone [email protected]:helsingborg-stad/hbg-react.git hbg-react
- Go to the directory and install dependencies:
cd hbg-react
npm install
- Start development server
npm run start
Publish package
- Go to hbg-react directory and make sure you are logged in:
npm whoami
- Run npm version to bump package version, build assets and add version commit.
npm version patch | minor | major
- Review the generated commit, if happy run npm publish - this will push to origin master (with tags) & publish NPM package.
npm publish
To do
- Write tests for each component
- Demo page