ni-material

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

Usage no npm install needed!

<script type="module">
  import niMaterial from 'https://cdn.skypack.dev/ni-material';
</script>

README

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...