0.1.4 • Published 7 years ago

bc-vue-modal-component v0.1.4

Weekly downloads
15
License
-
Repository
-
Last release
7 years ago

Latest Version on NPM Software License Build Status npm

vue-modal-component

A simple modal component for Vue.js. Live demo here.

Installation

npm install bc-vue-modal-component --save

You may need to install those packages until I improve the configuration of this projet:

npm install babel-plugin-transform-runtime babel-preset-stage-2 --save-dev

Usage

This package is not finalized yet. Don't use it in production until it reaches 1.0.0.

This package has two main components:

And additional ones for common use cases:

Please note that the CSS is not included. It's totally up to you to make it looks however you want. You can take inspiration from the demo's code, though.

Modal.vue

Coming soon…

ModalButton.vue

Coming soon…

Alert.vue

Coming soon…

Confirm.vue

Coming soon…

Prompt.vue

Coming soon…

License

WTFPL