Install & Download:
# Yarn
$ yarn add vue-modaltor
# NPM
$ npm install vue-modaltor --saveDescription:
Modaltor is a minimal modal component to create responsive, customizable, animated and scrollable modal windows in Vue.js app.
Preview:

Changelog:
v1.5.3 (06/25/2021)
- fixed readme information animation
v1.5.2 (05/26/2021)
- refactor class name to BEM
- move style to external file
- update emit name hide to hiddenModal
- edit default slot name to body
- improvement methods component
- add new emit for finish hidden modal setTimeout finishHidden
- add header, body and footer slot for more control
- remove default slot
- remove props zeroSpace and showCloseButton
- Fixed move last log to top