1.2.16 • Published 7 months ago

kpmp-common-components v1.2.16

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months 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.15-test

7 months ago

1.2.16

7 months ago

1.2.15

7 months ago

1.2.14

1 year ago

1.2.13

1 year ago

1.2.12

2 years ago

1.2.11

2 years ago

1.2.9-test2

2 years ago

1.2.9-test

2 years ago

1.2.10

2 years ago

1.2.8

2 years ago

1.2.8-test

2 years ago

1.2.9

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.0

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1-test2

2 years ago

1.2.1

2 years ago

1.2.1-test

2 years ago

1.1.20

2 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.13

3 years ago

1.1.9

3 years ago

1.1.10

3 years ago

1.1.8

3 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.0

4 years ago

1.1.2

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago