2.1.12 • Published 1 year ago

@kouts/vue-modal v2.1.12

Weekly downloads
109
License
MIT
Repository
github
Last release
1 year ago

vue-modal npm.io npm.io

A customizable, stackable, and lightweight modal component for Vue.js 3.


:fire: HEADS UP! You're currently looking at vue-modal next branch for Vue.js 3.
If you're looking for a Vue.js 2 compatible version of vue-modal, please check out the master branch.


vue-modal is designed with web applications in mind and tries to stick as much as possible to the accessibility best practices set in the WAI-ARIA Dialog (Modal) section of W3C.

Features at a glance

  • Lightweight, minified gzipped version is < 4kb
  • Opens and closes with a data variable using v-model
  • Includes sensible default styling but it's also highly customizable via user CSS classes and styles
  • Override modal title and content via slots
  • Modal intro and outro effects using CSS animation classes
  • Exposes Component events - before-open, opening, after-open, before-close, closing, after-close, update:modelValue (close)
  • Scrollable when it's contents exceed screen height
  • Closeable by clicking on the upper right "x", the overlay or the esc key
  • Stackable - Multiple modal windows on top of each other
  • Ability to set initial focus on an element when the modal window opens, just set the autofocus attribute on an element inside the modal
  • Focus management traps keyboard focus - tabbed navigation inside the modal window
  • Ability to have unclosable modal windows
  • Render on demand or stay always in DOM with "live" mode
  • Modals appended to <body> by default, ability to append to a custom element

Browsers support

EdgeFirefoxChromeSafariOpera
Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versions

Click here for documentation and examples https://next--vue-modal-demo.netlify.app/

Development

In order to start development:

npm i
npm run dev
5.0.1

1 year ago

5.0.0

2 years ago

3.0.9

2 years ago

2.1.12

2 years ago

4.1.0

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

3.0.8

3 years ago

2.1.11

3 years ago

2.1.10

3 years ago

2.1.8

3 years ago

3.0.4

3 years ago

3.0.7

3 years ago

3.0.6

3 years ago

3.0.5

3 years ago

2.1.9

3 years ago

2.1.6

3 years ago

2.1.5

3 years ago

2.1.7

3 years ago

3.0.3

3 years ago

3.0.2

3 years ago

2.1.2

4 years ago

2.2.0

4 years ago

2.1.4

4 years ago

2.1.3

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.7

4 years ago

2.0.6

4 years ago

2.0.9

4 years ago

2.0.10

4 years ago

2.0.8

4 years ago

2.0.5

4 years ago

2.0.3

4 years ago

2.0.4

4 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.1

5 years ago

0.2.2

5 years ago

0.2.1

6 years ago

0.2.0

6 years ago