ember-layout:Ember.js 的布局

时间:2024-06-20 11:15:18
【文件属性】:

文件名称:ember-layout:Ember.js 的布局

文件大小:73KB

文件格式:ZIP

更新时间:2024-06-20 11:15:18

JavaScript

元素布局 Elemental Layout 是 Ember.js 应用程序的实验性布局引擎。 它为组件显示flexbox 。 用法 您可以通过提供的el-layout组件使用Layout: {{ #el-layout elLayout = ' horizontal ' elAlign = ' center ' }} < div>Some content {{ /el-layout }} 或者导入可用的 Mixin: // app/components/my-component.js import Ember from 'ember' ; import Layout from 'elemental-layout/mixins/layout' ; export default Ember . Component . extend ( Layout , {


【文件预览】:
ember-layout-master
----.jshintrc(518B)
----bower.json(504B)
----preview.png(80KB)
----.npmignore(141B)
----.ember-cli(280B)
----.travis.yml(578B)
----config()
--------environment.js(90B)
--------ember-try.js(607B)
----LICENSE.md(1KB)
----README.md(1KB)
----addon()
--------styles()
--------components()
--------mixins()
--------.gitkeep(0B)
----.bowerrc(60B)
----testem.json(198B)
----.editorconfig(543B)
----tests()
--------.jshintrc(814B)
--------index.html(960B)
--------test-helper.js(112B)
--------helpers()
--------dummy()
--------unit()
----.gitignore(247B)
----Brocfile.js(521B)
----app()
--------components()
--------.gitkeep(0B)
----index.js(88B)
----.watchmanconfig(29B)
----package.json(1KB)
----vendor()
--------.gitkeep(0B)

网友评论