@sijith/custom-popup
v1.0.4
Published
implant 1 line of js script code on any web page that will load the popup we customized in the editor
Downloads
2
Readme
custom-popup (Popup Component)
Introduction
This custom popup is a web component created in vuejs. We can customize this popup and use in any web application.
Usage
Install below packages
npm i vue --save
npm i @sijith/custom-popup --save
After installing both packages, include scripts in the web application
<script src="node_modules/vue/dist/vue.min.js"></script>
<script src="node_modules/@sijith/custom-popup/popup-components.js"></script>
Then we can use this webcomponent very easily by adding only one line as below.
<popup-component></popup-component>