1.2.14 • Published 23 days ago

kpmp-common-components v1.2.14

Weekly downloads
-
License
MIT
Repository
-
Last release
23 days ago

kpmp-common-components

KPMP's common set of cross application react componenets

Installation

$ npm i kpmp-common-components --save

Usage

Import the component

import { NavBar, NavFooter } from 'kpmp-common-components';

Call the component inside render()

<NavBar app='atlas'/>
<NavFooter app='atlas'/>

Currently Supported Apps

atlas

Developers

Build after any changes

$ npm install $ npm run build

Run pack to create a temp package for testing in your project

$ npm pack

Copy the tgz package to wherever you're test project is

Delete your current package-lock.json file

modify the package.json to include 'kpmp-common-components': 'file:./kpmp-common-components-x.y.z.tgz'

Delete node modules and re-install

$ rm -rf node_modules && npm i

To publish changes to NPM

$ npm publish

If you are not logged in, you may need to login first $ npm login

1.2.14

23 days ago

1.2.13

2 months ago

1.2.12

5 months ago

1.2.11

5 months ago

1.2.9-test2

5 months ago

1.2.9-test

5 months ago

1.2.10

5 months ago

1.2.8

5 months ago

1.2.8-test

5 months ago

1.2.9

5 months ago

1.2.7

7 months ago

1.2.6

7 months ago

1.2.5

7 months ago

1.2.4

8 months ago

1.2.0

12 months ago

1.2.3

9 months ago

1.2.2

9 months ago

1.2.1-test2

10 months ago

1.2.1

12 months ago

1.2.1-test

10 months ago

1.1.20

12 months ago

1.1.12

2 years ago

1.1.11

2 years ago

1.1.13

2 years ago

1.1.9

2 years ago

1.1.10

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.0

3 years ago

1.1.2

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago