Visit https://easy-popup.netlify.app/ for documentation.
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/viivue/easy-popup@1.2.0/dist/easy-popup.min.css">
<script src="https://cdn.jsdelivr.net/gh/viivue/easy-popup@1.2.0/dist/easy-popup.min.js"></script>
Install NPM package
npm i @viivue/easy-popup
Import
import "@viivue/easy-popup";
Clone this repo, then:
# install
npm i
# run dev server
npm run dev
# build
npm run prod
# test package before publish
npm pack
# publish package (search & replace old version number)
npm publish
Feel free to submit new issue or create a pull request.
Branches:
main
: for publishing (handled by Netlify at https://easy-popup.netlify.app/)staging
: for development deploy (handled by GitHub Pages at https://viivue.github.io/easy-popup/)gh-pages-staging
: for deploying staging branch
MIT (c) 2023 ViiVue.