All Projects → visma-meglerfront → sweet-modal-vue

visma-meglerfront / sweet-modal-vue

Licence: other
The sweetest library to happen to modals.

Programming Languages

Vue
7211 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to sweet-modal-vue

Sweet Modal Vue
The sweetest library to happen to modals.
Stars: ✭ 682 (-10.5%)
Mutual labels:  modal, dialog, vue-components
Bdialog
Extend the Bootstrap Modal features, making dialog more functions and easier to use, dialog type including modal, alert, mask and toast types
Stars: ✭ 174 (-77.17%)
Mutual labels:  modal, dialog
LSDialogViewController
Custom Dialog for iOS written in Swift
Stars: ✭ 74 (-90.29%)
Mutual labels:  modal, dialog
Pmalertcontroller
PMAlertController is a great and customizable alert that can substitute UIAlertController
Stars: ✭ 2,397 (+214.57%)
Mutual labels:  modal, dialog
vue-modal
Reusable Modal component, supports own custom HTML, text and classes.
Stars: ✭ 29 (-96.19%)
Mutual labels:  modal, dialog
Dialog
👻 A simple to use, highly customizable, and powerful modal for Angular Applications
Stars: ✭ 158 (-79.27%)
Mutual labels:  modal, dialog
Modali
A delightful modal dialog component for React, built from the ground up to support React Hooks.
Stars: ✭ 183 (-75.98%)
Mutual labels:  modal, dialog
Svelte Simple Modal
A simple, small, and content-agnostic modal for Svelte v3
Stars: ✭ 130 (-82.94%)
Mutual labels:  modal, dialog
Heyui
🎉UI Toolkit for Web, Vue2.0 http://www.heyui.top
Stars: ✭ 2,373 (+211.42%)
Mutual labels:  modal, vue-components
Jquery Modal
The simplest possible modal for jQuery
Stars: ✭ 2,459 (+222.7%)
Mutual labels:  modal, dialog
React Native Simple Dialogs
⚛ Cross-platform React Native dialogs based on the Modal component
Stars: ✭ 218 (-71.39%)
Mutual labels:  modal, dialog
Alertifyjs
A javascript framework for developing pretty browser dialogs and notifications.
Stars: ✭ 1,922 (+152.23%)
Mutual labels:  modal, dialog
Popmodal
jquery plugin for showing tooltips, titles, modal dialogs and etc
Stars: ✭ 149 (-80.45%)
Mutual labels:  modal, dialog
Ax5ui Kernel
Javascript UI Framework - AX5UI - Kernel Module
Stars: ✭ 164 (-78.48%)
Mutual labels:  modal, dialog
Djsemimodalviewcontroller
Simple semi modal presentation dialog with stacked content
Stars: ✭ 137 (-82.02%)
Mutual labels:  modal, dialog
React Modal Hook
Syntactic sugar for handling modals using React Hooks
Stars: ✭ 174 (-77.17%)
Mutual labels:  modal, dialog
react-st-modal
Simple and flexible modal dialog component for React JS
Stars: ✭ 41 (-94.62%)
Mutual labels:  modal, dialog
A11y Dialog
A very lightweight and flexible accessible modal dialog script.
Stars: ✭ 1,768 (+132.02%)
Mutual labels:  modal, dialog
Vue Final Modal
🍕Vue Final Modal is a tiny, renderless, mobile-friendly, feature-rich modal component for Vue.js.
Stars: ✭ 128 (-83.2%)
Mutual labels:  modal, dialog
Wc Messagebox
基于 Vue 2.0 开发的 Alert, Toast, Confirm 插件, UI仿照 iOS 原生
Stars: ✭ 203 (-73.36%)
Mutual labels:  modal, dialog

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].