ember-responsive:使用Ember轻松响应布局

时间:2024-05-31 22:08:54
【文件属性】:

文件名称:ember-responsive:使用Ember轻松响应布局

文件大小:206KB

文件格式:ZIP

更新时间:2024-05-31 22:08:54

JavaScript

余烬响应 ember-sensitive是ember-cli插件,可为您提供一种简单的,可识别Ember的媒体查询方式。 您需要做的就是告诉它您的应用程序的断点,它将为您提供其余的信息。 要求 适应余烬的功能需要才能起作用,并非在所有浏览器中都可用。 Paul Irish有一个名为 ,它将为较旧的浏览器添加支持 入门 这是一个ember-cli插件,所以您要做的就是 ember install ember-responsive 之后,只需在app/breakpoints.js注册与您的应用程序相关的app/breakpoints.js : export default { mobile : '(max-width: 767px)' , tablet : '(min-width: 768px) and (max-width: 991px)' , desktop :


【文件预览】:
ember-responsive-master
----ember-cli-build.js(494B)
----.github()
--------dependabot.yml(1002B)
----testem.js(601B)
----yarn.lock(459KB)
----.eslintrc.js(1KB)
----addon-test-support()
--------index.js(832B)
----.npmignore(411B)
----.ember-cli(280B)
----CONTRIBUTING.md(2KB)
----.travis.yml(1KB)
----config()
--------environment.js(90B)
--------ember-try.js(2KB)
----LICENSE.md(1KB)
----README.md(6KB)
----addon()
--------initializers()
--------services()
--------helpers()
--------null-match-media.js(238B)
----.template-lintrc.js(57B)
----.editorconfig(543B)
----tests()
--------integration()
--------index.html(1KB)
--------test-helper.js(228B)
--------dummy()
--------acceptance()
--------unit()
----blueprints()
--------ember-responsive()
----.gitignore(369B)
----app()
--------initializers()
--------services()
--------helpers()
--------breakpoints.js(199B)
----index.js(71B)
----.watchmanconfig(37B)
----CHANGELOG.md(5KB)
----.eslintignore(240B)
----package.json(2KB)
----vendor()
--------.gitkeep(0B)

网友评论