This package contain the UI components to be used in pension office.
-
Create .npmrc file in your root directory where you want to install the package
-
Add the following code to the .npmrc file
@pension:registry=https://npm.pkg.github.com/
-
Run the following command:
yarn add @pension/ui-kit
-
If you want to install a specific version, you can run:
yarn add @pension/[email protected]
-
Install via package.json:
"@pension/ui-kit": "0.1.0"