floatLabel
All checks were successful
/ test (push) Successful in 26s
/ surge (push) Successful in 40s

This commit is contained in:
严浩
2024-11-26 10:53:12 +08:00
parent 20ce563e32
commit 7d850957a6
9 changed files with 70 additions and 137 deletions

View File

@ -13,4 +13,11 @@ import ZodForm from './zod-form/index.vue';
<AllCustom />
</div>
<!-- </div> -->
<div class="p-4 w-full bg-white rounded-lg shadow-md dark:bg-gray-800 dark:text-white mt-4">
<FloatLabel>
<label for="username">用户名</label>
<InputText id="username"></InputText>
</FloatLabel>
</div>
</template>