mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
feat: ✨ Implement mobile navbar
This commit is contained in:
parent
4ba3ed3d37
commit
0987df7783
17 changed files with 310 additions and 25 deletions
9
components/modals/drawer-content.vue
Normal file
9
components/modals/drawer-content.vue
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<template>
|
||||
<DrawerContent class="flex flex-col gap-2 px-4 mb-4 [&>:nth-child(2)]:mt-4">
|
||||
<slot />
|
||||
</DrawerContent>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { DrawerContent } from "../ui/drawer";
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue