fix(ui-docs): Add toggle code example

This commit is contained in:
ArneBo 2025-01-23 22:54:55 +01:00
parent f121f7c2e8
commit dc3c141225
1 changed files with 4 additions and 0 deletions

View File

@ -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>