Innologica / vue-stackable-modal

Vue stackable modal component by Innologica

Home Page:https://innologica.github.io/vue-stackable-modal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stackable modal

Stackable modal is a library for modal dialogs which can be stacked by using z-index position. The component uses bootstrap for styling the modal but DOES NOT include it by default - you need to import it yourself.

When you open a second dialog the first one is scaled to 0.9 and position behind. You have always 3 visible modals.

Installation

npm i @innologica/vue-stackable-modal --save

or

yarn add @innologica/vue-stackable-modal

import to use:

import StackModal from '@innologica/vue-stackable-modal'

More info and demo https://innologica.github.io/vue-stackable-modal/

About

Vue stackable modal component by Innologica

https://innologica.github.io/vue-stackable-modal/

License:MIT License


Languages

Language:Vue 70.1%Language:SCSS 13.9%Language:JavaScript 6.3%Language:HTML 5.0%Language:Shell 4.6%