Fix switch demo

pull/186/head
Cory LaViska 2020-08-24 10:02:45 -04:00
rodzic 39ee5f1f69
commit 04234859cb
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -5,7 +5,7 @@
Switches allow the user to toggle an option on or off.
```html preview
<sl-switch style="--width: 100px;">Switch</sl-switch>
<sl-switch>Switch</sl-switch>
```
?> This component doesn't work with standard forms. Use [`<sl-form>`](/components/form.md) instead.