feat(components): extract small loading indicator component

This commit is contained in:
2026-04-20 16:07:57 +02:00
parent d4053abfaa
commit f1f7a8de40

View File

@@ -0,0 +1,7 @@
package ui
templ LoadingIndicatorSmall() {
<div class="flex items-center justify-center py-8">
<div class="h-5 w-5 animate-spin border-2 border-(--panel-soft) border-t-(--accent)"></div>
</div>
}