Migrated demos

This commit is contained in:
Cagatay Civici 2024-05-20 15:14:38 +03:00
parent 1f86b4906f
commit 48f92d3966
454 changed files with 3920 additions and 3920 deletions

View file

@ -11,7 +11,7 @@
</DocSectionText>
<DeferredDemo @load="loadDemoData">
<div class="card">
<div class="flex justify-content-center align-items-center mb-4 gap-2">
<div class="flex justify-center items-center mb-6 gap-2">
<ToggleSwitch v-model="metaKey" inputId="input-metakey" />
<label for="input-metakey">MetaKey</label>
</div>
@ -49,7 +49,7 @@ export default {
options: `
<template>
<div class="card">
<div class="flex justify-content-center align-items-center mb-4 gap-2">
<div class="flex justify-center items-center mb-6 gap-2">
<ToggleSwitch v-model="metaKey" inputId="input-metakey" />
<label for="input-metakey">MetaKey</label>
</div>
@ -82,7 +82,7 @@ export default {
composition: `
<template>
<div class="card">
<div class="flex justify-content-center align-items-center mb-4 gap-2">
<div class="flex justify-center items-center mb-6 gap-2">
<ToggleSwitch v-model="metaKey" inputId="input-metakey" />
<label for="input-metakey">MetaKey</label>
</div>