Skip to content
This repository was archived by the owner on Jul 31, 2024. It is now read-only.

Commit 61b5d0b

Browse files
committed
Add iOS Style
1 parent 614b871 commit 61b5d0b

File tree

13 files changed

+2110
-551
lines changed

13 files changed

+2110
-551
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,20 @@ For Some projects you will need custom color so you can do it with small CSS
8585
background: #c0392b; /*this is btn of switch that should be darker color*/
8686
}
8787

88+
# iOS Style
89+
90+
If you are an iOS fan, you can have iOS style too
91+
92+
just add `ios` class in label class list
93+
94+
all sizing and colors works fine
95+
96+
<label class="cl-switch ios">
97+
<input type="checkbox">
98+
<span class="switcher"></span>
99+
<span class="label">title</span>
100+
</label>
101+
88102
# licence and cast
89103
MIT Licence
90104

0 commit comments

Comments
 (0)