#麦克斯韦模态
## Bootstrap和Backbone供电的模态视图
##安装
npm install maxwell-modal
##用法
共有三种类型的模态
模态
这是基本的模态。 它有两种类型的配置
内容
页眉,正文,页脚
{ /**
* footer html
* @type {DOM/Function }
*/
footer: null ,
/**
* header html
* @type { DOM/Function }
*/
header: null ,
/**
* content html
* @type { DOM/Function }
*/
content: null ,
/**
* body html
* @type { DOM/Function }
*/
评论0
最新资源