0.0.8 • Published 5 years ago

m-modal v0.0.8

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Modal for mobile

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

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

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago