Skip to content

hbg-react 1.0.0

Install from the command line:
Learn more about npm packages
$ npm install @helsingborg-stad/hbg-react@1.0.0
Install via package.json:
"@helsingborg-stad/hbg-react": "1.0.0"

About this version

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

  1. This library uses nwb for building assets and requires it to be installed globally
npm install -g nwb
  1. Clone the repo into a own directory
git clone [email protected]:helsingborg-stad/hbg-react.git hbg-react
  1. Go to the directory and install dependencies:
cd hbg-react
npm install
  1. Start development server
npm run start

Publish package

  1. Go to hbg-react directory and make sure you are logged in:
npm whoami
  1. Run npm version to bump package version, build assets and add version commit.
npm version patch | minor | major
  1. 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

Details


Assets

  • hbg-react-1.0.0-npm.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0