0.0.8 • Published 6 years ago

m-modal v0.0.8

Weekly downloads
4
License
MIT
Repository
github
Last release
6 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

6 years ago

0.0.7

6 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago