All Projects → adeptoas → Sweet Modal Vue

adeptoas / Sweet Modal Vue

Licence: other
The sweetest library to happen to modals.

Projects that are alternatives of or similar to Sweet Modal Vue

sweet-modal-vue
The sweetest library to happen to modals.
Stars: ✭ 762 (+11.73%)
Mutual labels:  modal, dialog, vue-components
Ngx Smart Modal
Modal/Dialog component crafted for Angular
Stars: ✭ 256 (-62.46%)
Mutual labels:  library, dialog, modal
Vuenut
⚙️ Developer tools for vue js (Vuex)
Stars: ✭ 305 (-55.28%)
Mutual labels:  library, vue-components
Vodal
A Vue modal with animations.
Stars: ✭ 312 (-54.25%)
Mutual labels:  dialog, modal
React Native Actions Sheet
A Cross Platform(Android & iOS) ActionSheet with a flexible api, native performance and zero dependency code for react native. Create anything you want inside ActionSheet.
Stars: ✭ 412 (-39.59%)
Mutual labels:  dialog, modal
bootstrap-modal-wrapper
Bootstrap modal factory that supports dynamic modal creations and nested stacked modal features.
Stars: ✭ 18 (-97.36%)
Mutual labels:  modal, dialog
Vue Modal Dialogs
Promisify dialogs in Vue!
Stars: ✭ 259 (-62.02%)
Mutual labels:  dialog, modal
Popupdialog
A simple, customizable popup dialog for iOS written in Swift. Replaces UIAlertController alert style.
Stars: ✭ 3,709 (+443.84%)
Mutual labels:  dialog, modal
jquery.dialog.js
A lightweight replacement for the browser's default dialog boxes.
Stars: ✭ 17 (-97.51%)
Mutual labels:  modal, dialog
Ngx Sweetalert2
Declarative, reactive, and template-driven SweetAlert2 integration for Angular
Stars: ✭ 503 (-26.25%)
Mutual labels:  dialog, modal
React Cool Portal
😎 🍒 React hook for Portals, which renders modals, dropdowns, tooltips etc. to <body> or else.
Stars: ✭ 458 (-32.84%)
Mutual labels:  dialog, modal
Ngx Ui
🚀 Style and Component Library for Angular
Stars: ✭ 534 (-21.7%)
Mutual labels:  library, dialog
ngx-modal
Dynamic modal dialog for Angular
Stars: ✭ 54 (-92.08%)
Mutual labels:  modal, dialog
plain-modal
The simple library for customizable modal window.
Stars: ✭ 21 (-96.92%)
Mutual labels:  modal, dialog
react-fusionui
☢️ Nuclear power-up for your UI.
Stars: ✭ 13 (-98.09%)
Mutual labels:  modal, dialog
Aestheticdialogs
📱 An Android Library for 💫fluid, 😍beautiful, 🎨custom Dialogs.
Stars: ✭ 352 (-48.39%)
Mutual labels:  library, dialog
Sweetalert
A beautiful replacement for JavaScript's "alert"
Stars: ✭ 21,871 (+3106.89%)
Mutual labels:  dialog, modal
wechat-miniprogram-dialog
微信小程序弹窗组件 wxapp dialog component
Stars: ✭ 50 (-92.67%)
Mutual labels:  modal, dialog
svelte-accessible-dialog
An accessible dialog component for Svelte apps
Stars: ✭ 24 (-96.48%)
Mutual labels:  modal, dialog
Gijgo
Gijgo - Free Javascript Controls
Stars: ✭ 424 (-37.83%)
Mutual labels:  dialog, modal

SweetModal

The sweetest library to happen to modals. Now available for Vue.js.

Usage

Install SweetModal for Vue.js through npm:

npm install sweet-modal-vue

Examples

For examples, refer to the demo page.

Browser Compatibility

SweetModal should work in most major browsers:

  • Safari 9+
  • Firefox 20+
  • Chrome 20+
  • Opera 15+
  • Microsoft Edge

Contribution

  1. Fork the repository
  2. Run npm install
  3. Run npm run dev and start hacking. You can reach the example site at http://localhost:8081.
  4. When you're done, run one final npm run build command and commit your work for a pull request.

Guidelines

  • tabs for indentation, 1 tab = 4 spaces
  • camelCase method names
  • _camelCase for private methods
  • snake_case computed properties
  • snake_case data
  • kebab-case attributes
  • arrow functions if possible
  • be fully ES6 compliant!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].