new rounded component :)

This commit is contained in:
2026-01-30 01:50:48 +00:00
parent 110cd52a95
commit c04bbbc553
2 changed files with 20 additions and 1 deletions

View 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>

View File

@@ -122,7 +122,7 @@ import { h } from 'vue'
</script> </script>
<template> <template>
<DashboardHeader title="Dashboard"/> <DashboardRoundedHeader title="Dashboard"/>
<UContainer class="max-w-full"> <UContainer class="max-w-full">
<div class="mt-3 mb-3 flex flex-col w-full relative z-0"> <div class="mt-3 mb-3 flex flex-col w-full relative z-0">
<ProseH2 class="text-center m-0.5 w-full">Hey there, user!</ProseH2> <ProseH2 class="text-center m-0.5 w-full">Hey there, user!</ProseH2>