文件名称:Ember-cli-knob:Ember 的表盘组件
文件大小:19KB
文件格式:ZIP
更新时间:2024-07-25 13:21:26
JavaScript
Ember-cli-旋钮 Ember 的拨号组件,使用 安装 npm install --save ember-cli-knob ember g ember-cli-knob 用法 在模板中你可以使用这个助手 {{ ember-knob }} 组件也可以选择 {{ ember-knob fgColor = " red " bgColor = " blue " width = " 150 " }} 选项 ember-knob助手有自定义它的选项。 行为 min 表盘的最小值。 默认值:0。 max 表盘的最大值。 默认值:100。 step 步值。 默认值:1。 angleOffset 以度为单位的起始角度。 默认值:0。 angleArc 以度为单位的起始角度。 默认值:360。 stopper 在按键/鼠标滚轮上停在最小值和最大值处。 默认值:真。 readOnly
【文件预览】:
Ember-cli-knob-master
----.gitignore(249B)
----app()
--------components()
--------.gitkeep(0B)
----package.json(894B)
----.bowerrc(60B)
----.travis.yml(168B)
----Brocfile.js(714B)
----index.js(47B)
----addon()
--------components()
--------.gitkeep(0B)
----testem.json(159B)
----README.md(2KB)
----vendor()
--------.gitkeep(0B)
----tests()
--------.jshintrc(1KB)
--------dummy()
--------unit()
--------helpers()
--------index.html(1KB)
--------test-helper.js(449B)
----config()
--------environment.js(90B)
----.ember-cli(280B)
----blueprints()
--------ember-cli-knob()
----bower.json(567B)
----.editorconfig(507B)