first commit
This commit is contained in:
16
resources/js/Components/Page/PageHeader.vue
Normal file
16
resources/js/Components/Page/PageHeader.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<script setup>
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<h1 class="text-2xl/8 font-semibold text-zinc-950 sm:text-xl/8 dark:text-white">
|
||||
<slot />
|
||||
</h1>
|
||||
<hr role="presentation" class="mt-6 w-full border-t border-zinc-950/10 dark:border-white/10">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user