0.0.0 ā€¢ Published 3 years ago

vue-final-modal-monorepo v0.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Vue Final Modal

šŸ˜Ž Looking for a Vue 3 version? It's over here

šŸŽ‰ Documentation

šŸ™Œ Examples

Introduction

Vue Final Modal is a renderless component!

You can create a higher-order component easily and can customize template, script and style based on your needs.

Features

Styleless component

try not to pre-define any CSS as much as possible.

WindiCSS friendly

Works well with utility-first CSS framework.

Tiny bundle size

Feature rich

Support stackable, detachable, scrollable, draggable, resizable, transition, accessibility, focusTrap, dynamic modal, etc.

Supports

Vue 3, Vue 2 and Nuxt

Contribution

Steps to run the repo for contribution:

# Clone repo
git clone https://github.com/vue-final/vue-final-modal.git

# Require Node version 12 or higher
npm i -g pnpm
pnpm i
pnpm dev

# http://localhost:3000/

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:

There is no perfect library even the final of vue modal component.

šŸš€ If you have any ideas for optimization of vue-final-modal, feel free to open issues or pull requests.