fix(ui-docs): Add toggle code example
This commit is contained in:
parent
f121f7c2e8
commit
dc3c141225
|
@ -39,6 +39,10 @@ Link your toggle to an input using the `v-model` directive.
|
|||
|
||||
<Layout flex class="preview">
|
||||
|
||||
```vue-html{2}
|
||||
<Toggle v-model="toggle" label="Option 358" />
|
||||
```
|
||||
|
||||
<Toggle v-model="toggle" label="Option 358" />
|
||||
|
||||
</Layout>
|
||||
|
|
Loading…
Reference in New Issue