add pretty animations to nav

This commit is contained in:
2022-07-22 16:08:55 -04:00
parent 35d37d1a2a
commit cc9f204174
6 changed files with 69 additions and 22 deletions

View File

@@ -1,3 +1,15 @@
<script setup lang="ts"></script>
<template>
<div></div>
<div class="container">
<slot />
</div>
</template>
<style scoped>
.container {
width: 10rem;
height: 5rem;
border: 0.5rem solid pink;
}
</style>