Update project structure, add morse component

This commit is contained in:
Jakob Kordež
2024-05-30 13:40:02 +02:00
parent 19c1e4aff2
commit e551b87b89
408 changed files with 45 additions and 126 deletions

6
components/o.vue Normal file
View File

@ -0,0 +1,6 @@
<template>
<span class="relative">
<slot />
<div class="absolute top-0.5 inset-0 border-current border-t" />
</span>
</template>