floatLabel
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user