m-modal

0.0.8 • Public • Published

Modal for mobile

Get Start : https://hwgq2005.github.io/m-modal

Downloads Version License

Introduce

Modal for mobile

Install

npm install m-modal  

Usage

var Model = require('m-modal');
Modal({
	id:'modal',
	title:'提示',
	content:'确认执行此操作?',
	complete:function(){
		// do something ...				
	},
	confirm:function(){
		// do something ...
	},
	cancel:function(){
		// do something ...
	}
})

CDN

Contact

License

MIT

/m-modal/

    Package Sidebar

    Install

    npm i m-modal

    Weekly Downloads

    3

    Version

    0.0.8

    License

    MIT

    Unpacked Size

    17.7 kB

    Total Files

    7

    Last publish

    Collaborators

    • hwgq2005