Vue Final Modal next version v4 is now
RC
! It are already suitable Vue 3 and Nuxt 3 project, but syntax might still change a bit between minor releases. Discover more about it on https://v4.vue-final-modal.org/
Looking for a Vue 2 version? It's over here
🙌 Examples
You can create a higher-order component easily and can customize template
, script
and style
based on your needs.
- Support
Vue 3
,Vue 2
andNuxt
- Tailwind CSS friendly
- Renderless component
- Tiny bundle size
- Support
stackable
,detachable
,scrollable
,draggable
,resizable
,transition
,accessibility
,focusTrap
,dynamic modal
# Clone repo
git clone https://github.com/vue-final/vue-final-modal.git
# Run linter
yarn lint
# Run unit test
yarn test
# Build library
yarn
yarn build
# Run example
cd example
yarn
yarn dev
# Run docs
cd docs
yarn
yarn dev
Thank you to all the people who already contributed to vue-final-modal
!
Made with contributors-img.
To develop vue-final-modal
, I learn a lot from these awesome libraries:
- Vuetify
- attach
- Element UI
- stackable modal
- zIndex
- zIndexBase
- vue-js-modal
- dynamic modal
- transition
- focusTrap for A11y
- Bootstrap Vue
- lockScroll
- vue-resizable
- drag & resize
There is no perfect library even the
final
of vue modal.
🚀 If you have any ideas for optimization of vue-final-modal
, feel free to open issues or pull requests.