ember-micro-modal:MicroModal模态库的Ember插件

时间:2024-03-01 15:50:19
【文件属性】:

文件名称:ember-micro-modal:MicroModal模态库的Ember插件

文件大小:374KB

文件格式:ZIP

更新时间:2024-03-01 15:50:19

JavaScript

余烬微模式 模态库的Ember插件。 兼容性 Ember.js v3.16或更高版本 Ember CLI v2.13或更高版本 Node.js v10或更高版本 安装 ember install ember-micro-modal 默认情况下不包括CSS。 如果要应用只需将其包含在您的app.css例如@import 'micro-modal.css'或在scss中,请减少@import'micro @import 'micro-modal' 。 查看。 用法 您可以通过config/environment.js文件更改所有全局配置设置。 请检查网站以获取更多配置详细信息。 ENV [ "ember-micro-modal" ] = { onShow : modal => console . info ( ` ${ modal . id } is shown` ) , onC


【文件预览】:
ember-micro-modal-main
----.travis.yml(1KB)
----.ember-cli(280B)
----ember-cli-build.js(495B)
----vendor()
--------.gitkeep(0B)
----addon()
--------modifiers()
--------controllers()
--------components()
--------.gitkeep(0B)
----config()
--------ember-try.js(2KB)
--------environment.js(90B)
----index.js(208B)
----jsconfig.json(161B)
----.watchmanconfig(37B)
----package.json(3KB)
----.prettierignore(253B)
----tests()
--------test-helper.js(323B)
--------index.html(1KB)
--------unit()
--------dummy()
--------integration()
--------helpers()
----package-lock.json(1.5MB)
----app()
--------modifiers()
--------controllers()
--------components()
--------styles()
--------.gitkeep(0B)
----testem.js(589B)
----CONTRIBUTING.md(649B)
----.npmignore(425B)
----.eslintrc.js(1KB)
----.template-lintrc.js(58B)
----LICENSE.md(1KB)
----.gitignore(383B)
----.prettierrc.js(58B)
----README.md(3KB)
----.eslintignore(253B)
----.editorconfig(367B)

网友评论