Skip to content

Commit

Permalink
WIP update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickrodee committed Dec 9, 2019
1 parent d009817 commit 312421e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/mdc-switch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ npm install @material/switch
<div class="mdc-switch__track"></div>
<div class="mdc-switch__thumb-underlay">
<div class="mdc-switch__thumb"></div>
<input type="checkbox" id="basic-switch" class="mdc-switch__native-control" role="switch">
</div>
<input type="checkbox" id="basic-switch" class="mdc-switch__native-control" role="switch">
</div>
<label for="basic-switch">off/on</label>
```
Expand Down Expand Up @@ -78,8 +78,8 @@ Add the `mdc-switch--disabled` class to the `mdc-switch` element, and the `disab
<div class="mdc-switch__track"></div>
<div class="mdc-switch__thumb-underlay">
<div class="mdc-switch__thumb"></div>
<input type="checkbox" id="another-basic-switch" class="mdc-switch__native-control" role="switch" disabled>
</div>
<input type="checkbox" id="another-basic-switch" class="mdc-switch__native-control" role="switch" disabled>
</div>
<label for="another-basic-switch">off/on</label>
```
Expand All @@ -93,8 +93,8 @@ Add the `mdc-switch--checked` class to the `mdc-switch` element, and the `checke
<div class="mdc-switch__track"></div>
<div class="mdc-switch__thumb-underlay">
<div class="mdc-switch__thumb"></div>
<input type="checkbox" id="another-basic-switch" class="mdc-switch__native-control" role="switch" checked>
</div>
<input type="checkbox" id="another-basic-switch" class="mdc-switch__native-control" role="switch" checked>
</div>
<label for="another-basic-switch">off/on</label>
```
Expand Down

0 comments on commit 312421e

Please sign in to comment.