pindad-layout

layouts for pindad

Usage no npm install needed!

<script type="module">
  import pindadLayout from 'https://cdn.skypack.dev/pindad-layout';
</script>

README

Setup

  • yarn or npm install for setup the environment

Bundling

  • npm run build or yarn build for bundling the library

Publish

  • First, you need to login to your npm account through the command line : npm login
  • The final step is to publish your package with the npm publish command

Note

  • before publish please adjust import image assets on file index.es.js and index.js in folder build
  • adjust from "../../src/assets/image/image.png" to "../src/assets/image/image.png"