@alotool/contact-us-btn

Contact us btn

Usage no npm install needed!

<script type="module">
  import alotoolContactUsBtn from 'https://cdn.skypack.dev/@alotool/contact-us-btn';
</script>

README

CONTACT-US-BTN

Publish package to NPM package registry

npm login
npm publish --access public

Unpublishing a single version of a package

npm unpublish <package-name>@<version>

Unpublishing an entire package

npm unpublish <package-name> -f