ember-routable-modal:用于实现URL优先模式的ember-cli插件

时间:2021-02-04 22:24:04
【文件属性】:
文件名称:ember-routable-modal:用于实现URL优先模式的ember-cli插件
文件大小:109KB
文件格式:ZIP
更新时间:2021-02-04 22:24:04
ember emberjs addon modals EmberJavaScript 灰烬可路由模式 ember-routable-modal插件使您可以快速轻松地实现URL优先模式,类似于在Facebook,Twitter和Dribbble等网站上找到的模式。 您可以导航到路线树中其他位置的模态,而不会在当前页面上失去位置,因此非常适合灯箱和照片查看器。 用法 安装 ember install ember-routable-modal 需要Ember.js 2.12+。 您必须在应用程序模板的底部添加{{routable-modal-outlet}} ,以便呈现模态。 样式表 该插件带有一个轻量级的默认Sass样式表。 要使用它,您必须首先安装 ,然后styles/app
【文件预览】:
ember-routable-modal-master
----blueprints()
--------.jshintrc(55B)
--------modal-route()
----.gitignore(353B)
----README.md(4KB)
----ember-cli-build.js(494B)
----.ember-cli(280B)
----tests()
--------integration()
--------test-helper.js(228B)
--------acceptance()
--------dummy()
--------unit()
--------helpers()
--------index.html(1KB)
----testem.js(506B)
----app()
--------components()
--------services()
--------.gitkeep(0B)
--------styles()
--------templates()
--------initializers()
----package.json(2KB)
----vendor()
--------.gitkeep(0B)
----index.js(68B)
----config()
--------ember-try.js(1KB)
--------environment.js(90B)
----LICENSE.md(1KB)
----addon()
--------components()
--------configuration.js(702B)
--------.gitkeep(0B)
--------mixins()
----.watchmanconfig(37B)
----.npmignore(277B)
----.travis.yml(1KB)
----.editorconfig(368B)
----yarn.lock(259KB)
----.eslintrc.js(911B)

网友评论