feat: add footer content
All checks were successful
Deploy Application / deploy (push) Successful in 6s

This commit is contained in:
2025-06-12 02:31:24 +04:00
parent 05ecc605df
commit 5babc5db35
5 changed files with 76 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<template>
<header class="[&]:bg-accent text-white py-4 px-2 border-b border-b-white">
<div class="flex flex-row-reverse justify-end gap-4 items-center">
<slot name="content" />
<div class="flex"></div>
</div>
<slot name="right-icons" />
</header>
</template>
<script setup lang="ts"></script>