Socket
Socket
Sign inDemoInstall

smv-modal

Package Overview
Dependencies
10
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    smv-modal

use modal with no tear 😂


Version published
Maintainers
1
Install size
40.6 kB
Created

Readme

Source

smv modal

use modal with no tear 😂

Travis branch coverage download version license

  • Demo
  • Documentation
  • 中文文档

Get Start

Installation

npm i --save smv-modal

Basic Usage

try it out

Edit Vue Template

import Modal from 'smv-modal';

const modal = Modal({
  title: 'Welcome',
  content: 'hallo world~'
});

async showModal() {
  const result = await modal.show(); // modal.show() return promise
  console.log(result);
}

showModal();

Please see Documentation for more usage.

Contributors

Thanks goes to these wonderful people (emoji key):


hwencc

💻 🤔 💡 📖

This project follows the all-contributors specification. Contributions of any kind welcome!

Keywords

FAQs

Last updated on 13 Sep 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc