codebase restructure and organization.
This commit is contained in:
10
meshchatx/src/frontend/components/forms/FormLabel.vue
Normal file
10
meshchatx/src/frontend/components/forms/FormLabel.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<label class="block text-sm font-medium text-gray-900 dark:text-zinc-100">
|
||||
<slot/>
|
||||
</label>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
name: 'FormLabel',
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user