Skip to content

VladStepanov/async-modal-manager

Repository files navigation

async-modals

API

this.$modal.show('modalName')
    .then(modalName => console.log('User accepted modal'))
    .catch(modalName => console.log('User refused modal'))

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

About

Promise-based implementation of async modals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published