Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vue-final/vue-final-modal
🍕Vue Final Modal is a tiny, renderless, mobile-friendly, feature-rich modal component for Vue.js.
https://github.com/vue-final/vue-final-modal
a11y dialog modal renderless-components stackable tiny vue vue-dialog vue-final-modal vue-modal vue3
Last synced: 3 days ago
JSON representation
🍕Vue Final Modal is a tiny, renderless, mobile-friendly, feature-rich modal component for Vue.js.
- Host: GitHub
- URL: https://github.com/vue-final/vue-final-modal
- Owner: vue-final
- License: mit
- Created: 2019-07-09T10:04:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T15:49:26.000Z (5 months ago)
- Last Synced: 2024-10-29T14:55:45.751Z (3 months ago)
- Topics: a11y, dialog, modal, renderless-components, stackable, tiny, vue, vue-dialog, vue-final-modal, vue-modal, vue3
- Language: TypeScript
- Homepage: https://vue-final-modal.org
- Size: 11.6 MB
- Stars: 910
- Watchers: 6
- Forks: 99
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue Final Modal 4
The most powerful yet most light-weight modal library for Vue 3.
## Playground
- [Stackblitz for Vue 3](https://stackblitz.com/github/vue-final/vue-final-modal/tree/master/examples/vue3)
- [Stackblitz for Nuxt 3](https://stackblitz.com/github/vue-final/vue-final-modal/tree/master/examples/nuxt3)## [Documentation](https://v4.vue-final-modal.org/)
Checkout [Migration guide from v3](https://v4.vue-final-modal.org/get-started/guide/migration-guide).
Looking for old version?
- [[email protected] for Vue 3](https://v3.vue-final-modal.org/)
- [[email protected] for Vue 2](https://v2.vue-final-modal.org/)## Contribution Guide
```bash [pnpm]
# Install packages
pnpm install --shamefully-hoist# Build vue-final-modal library first
pnpm build:vfm# Run both docs and viteplay
pnpm dev# Run dev for vue-final-modal
pnpm dev:vfm# Run docs: http://localhost:3000/
pnpm dev:docs# Run viteplay: http://localhost:5173/
pnpm dev:viteplay
```## Contributors
Thank you to all the people who already contributed to `vue-final-modal`!
Made with [contributors-img](https://contrib.rocks).
🚀 If you have any ideas for optimization of `vue-final-modal`, feel free to open [issues](https://github.com/hunterliu1003/vue-final-modal/issues) or [pull requests](https://github.com/hunterliu1003/vue-final-modal/pulls).