Explorar el Código

Update README.md

- Added HTML Label to the list.
t3chn0r hace 12 años
padre
commit
e9bc0f98fe
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  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
 --------------