0.0.16 • Published 4 years ago

ni-material v0.0.16

Weekly downloads
4
License
-
Repository
-
Last release
4 years ago

NiMaterial

This project is to use Next Insurance components all over its applications.

In this project we will have all the materials we need and its demos.

Installation

npm i @next-insurance/ni-material -S

Usage

For using for example "ni-input", just place the markdown whenever needed like the following:

<ni-input type="text" placeholder="messi"></ni-input>

Publish Pipeline

After PR merged to master those are the steps to Publish the materials to NPM:

First we need to update the version and push it:

npm run deploy

Next thing is to package the materials:

npm run packagr

Finally we can publish with:

npm run publish

Deploy Pipeline:

Coming soon...