Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/showcase/doc/floatlabel/VariantsDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ export default {
<\/script>
`,
composition: `
<div class="card flex flex-wrap justify-center items-end gap-4">
<div class="card flex flex-wrap justify-center gap-4">
<template>
<div class="card flex flex-wrap justify-center items-end gap-4">
<FloatLabel variant="in">
<InputText id="in_label" v-model="value1" autocomplete="off" />
<label for="in_label">In Label</label>
Expand Down