🚧 (base): Añade nuevo componente menu

This commit is contained in:
Manuel Cillero 2025-09-28 13:47:33 +02:00
parent df1f386241
commit 67a9b057ee
15 changed files with 1249 additions and 7 deletions

12
static/css/components.css Normal file
View file

@ -0,0 +1,12 @@
/* Icon component */
.icon {
width: 1rem;
height: 1rem;
}
/* PoweredBy component */
.poweredby {
text-align: center;
}