0.11.10 • Published 6 years ago
hbg-react v0.11.10
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 git@github.com: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
0.11.10
6 years ago
0.11.9
6 years ago
0.11.8
6 years ago
0.11.7
6 years ago
0.11.6
6 years ago
0.11.5
6 years ago
0.11.4
6 years ago
0.11.3
6 years ago
0.11.2
6 years ago
0.11.1
6 years ago
0.11.0
6 years ago
0.10.3
7 years ago
0.10.2
7 years ago
0.10.1
7 years ago
0.10.0
7 years ago
0.9.0
7 years ago
0.8.0
7 years ago
0.7.0
7 years ago
0.6.4
7 years ago
0.6.3
7 years ago
0.6.2
7 years ago
0.6.1
7 years ago
0.6.0
7 years ago
0.5.0
7 years ago
0.4.14
7 years ago
0.4.13
7 years ago
0.4.12
7 years ago
0.4.11
7 years ago
0.4.10
7 years ago
0.4.8
7 years ago
0.4.7
7 years ago
0.4.6
7 years ago
0.4.5
7 years ago
0.4.2
7 years ago
0.4.1
7 years ago
0.4.0
7 years ago
0.3.4
7 years ago
0.3.3
7 years ago
0.3.2
7 years ago
0.3.1
7 years ago
0.3.0
7 years ago
0.2.0
7 years ago
1.0.0
7 years ago