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

Commit

Permalink
Add iOS Style
Browse files Browse the repository at this point in the history
  • Loading branch information
miladd3 committed Nov 22, 2018
1 parent 614b871 commit 61b5d0b
Show file tree
Hide file tree
Showing 13 changed files with 2,110 additions and 551 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,20 @@ For Some projects you will need custom color so you can do it with small CSS
background: #c0392b; /*this is btn of switch that should be darker color*/
}

# iOS Style

If you are an iOS fan, you can have iOS style too

just add `ios` class in label class list

all sizing and colors works fine

<label class="cl-switch ios">
<input type="checkbox">
<span class="switcher"></span>
<span class="label">title</span>
</label>

# licence and cast
MIT Licence

Expand Down
Loading

0 comments on commit 61b5d0b

Please sign in to comment.