Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/innologica/vue-stackable-modal
Vue stackable modal component by Innologica
https://github.com/innologica/vue-stackable-modal
component dialog modal vue vue2
Last synced: 7 days ago
JSON representation
Vue stackable modal component by Innologica
- Host: GitHub
- URL: https://github.com/innologica/vue-stackable-modal
- Owner: Innologica
- License: mit
- Created: 2019-05-30T15:59:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T06:19:54.000Z (over 1 year ago)
- Last Synced: 2024-11-02T07:33:10.022Z (14 days ago)
- Topics: component, dialog, modal, vue, vue2
- Language: Vue
- Homepage: https://innologica.github.io/vue-stackable-modal/
- Size: 1.5 MB
- Stars: 37
- Watchers: 5
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```shell
npm i @innologica/vue-stackable-modal --save
```or
```shell
yarn add @innologica/vue-stackable-modal
```import to use:
```JS
import StackModal from '@innologica/vue-stackable-modal'
```More info and demo https://innologica.github.io/vue-stackable-modal/