UI Components > Overlay


sweet-modal-vue 1.3


The sweetest library to happen to modals.
  • dialog
  • library
  • modal
  • sweet
  • sweet_modal
  • vue
  • vue_components
  • sweetmodal
last commit 3 years ago
751
Stargazers

Watchers
751
Open issues
65
304984
Downloads

Last 30 days
16833
Releases
5
46
Final Score

Quality
74
Popularity
20
Maintenance
49

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!