hbg-react 1.0.21
Install from the command line:
Learn more about npm packages
$ npm install @helsingborg-stad/hbg-react@1.0.21
Install via package.json:
"@helsingborg-stad/hbg-react": "1.0.21"
About this version
Library of reusable React components
npm install --save-dev hbg-react
Then require the components you want to use:
import {Dropdown, Button} from 'hbg-react';
- 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
- commit and push your code to master to start the publish workflow
- Write tests for each component
- Demo page