浏览代码

Update README.md

- Added HTML Label to the list.
t3chn0r 12 年之前
父节点
当前提交
e9bc0f98fe
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -62,6 +62,15 @@ Label
 </div>
 ```
 
+HTML Label
+-----
+
+``` html
+<div class="switch" data-on-label="<i class='icon-ok icon-white'></i>" data-off-label="<i class='icon-remove'></i>">
+    <input type="checkbox">
+</div>
+```
+
 Initial values
 --------------