Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MisRob committed Aug 21, 2024
1 parent fb4c3cf commit 37272a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 22 deletions.
16 changes: 7 additions & 9 deletions docs/pages/kradiobutton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</DocsPageSection>

<DocsPageSection title="Usage" anchor="#usage">
<DocsShowCode lang="html">
<DocsShow>
<KRadioButtonGroup>
<KRadioButton
v-model="exampleValue"
Expand All @@ -33,9 +33,12 @@
truncateLabel
/>
</KRadioButtonGroup>
</DocsShowCode>
<p>
Current value: {{ exampleValue }}
</p>
</DocsShow>

<DocsShow>
<DocsShowCode lang="html">
<KRadioButtonGroup>
<KRadioButton
v-model="exampleValue"
Expand All @@ -60,12 +63,7 @@
truncateLabel
/>
</KRadioButtonGroup>
<p>
Current value: {{ exampleValue }}
</p>
</DocsShow>

</docsshowcode>
</DocsShowCode>
</DocsPageSection>

<DocsPageSection title="Layout" anchor="#layout">
Expand Down
13 changes: 0 additions & 13 deletions docs/pages/kradiobuttongroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,3 @@
</DocsPageTemplate>

</template>


<script>
export default {
data() {
return {
exampleValue: 'val-b',
};
},
};
</script>

0 comments on commit 37272a8

Please sign in to comment.