toggle-switch:Ember 拨动开关插件

时间:2024-07-07 10:56:55
【文件属性】:

文件名称:toggle-switch:Ember 拨动开关插件

文件大小:20KB

文件格式:ZIP

更新时间:2024-07-07 10:56:55

JavaScript

拨动开关 重量轻且简单的拨动开关/按钮插件。 ##安装: ember install:addon toggle-switch ##如何使用: 显示准系统 {{toggle-switch}} 显示默认是/否文本 {{toggle-switch displayToggleMessage=true}} 显示自定义消息 {{toggle-switch displayToggleMessage=true toggleMessageWhenOn="Good" toggleMessageWhenOff="Bad"}} 注意:您可能需要使用 css 调整宽度以适应自定义消息 听切换动作。 'isOn' 值被传递给监听器 {{toggle-switch action="myToggleAction"}}


【文件预览】:
toggle-switch-master
----.gitignore(247B)
----README.md(613B)
----.bowerrc(60B)
----.ember-cli(280B)
----tests()
--------test-helper.js(112B)
--------dummy()
--------unit()
--------.jshintrc(814B)
--------helpers()
--------index.html(960B)
----app()
--------components()
--------.gitkeep(0B)
--------templates()
----.jshintrc(518B)
----bower.json(501B)
----package.json(1KB)
----vendor()
--------css()
--------.gitkeep(0B)
----testem.json(170B)
----index.js(199B)
----config()
--------environment.js(90B)
----LICENSE.md(1KB)
----addon()
--------components()
--------.gitkeep(0B)
----.npmignore(130B)
----.travis.yml(245B)
----.editorconfig(514B)
----Brocfile.js(738B)

网友评论