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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.83latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.83
0.0.70
0.0.60
0.0.50
0.0.40
0.0.31
0.0.20
0.0.10

Package Sidebar

Install

npm i m-modal

Weekly Downloads

4

Version

0.0.8

License

MIT

Unpacked Size

17.7 kB

Total Files

7

Last publish

Collaborators

  • hwgq2005