new rounded component :)
This commit is contained in:
19
app/components/dashboard/rounded_header.vue
Normal file
19
app/components/dashboard/rounded_header.vue
Normal file
@@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<UHeader toggle-side="left" class="rounded-full border top-3 mb-6 mx-auto">
|
||||
<template #left>
|
||||
<h1 class="text-xl font-bold">Dashboard</h1>
|
||||
</template>
|
||||
<template #toggle>
|
||||
<UDashboardSidebarToggle class="rounded-xl" />
|
||||
</template>
|
||||
</UHeader>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user