0.0.16 • Published 6 years ago
ni-material
Licence
—
Version
0.0.16
Deps
1
Size
115 kB
Vulns
0
Weekly
0
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...