1.0.4 • Published 3 years ago

@sijith/custom-popup v1.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
3 years ago

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>
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago