♻️ Make Spinner reusable (not only by loading view)

This commit is contained in:
2024-03-03 23:32:55 +01:00
parent 257b36eae1
commit 46c251ef90
5 changed files with 103 additions and 80 deletions

View File

@@ -8,6 +8,10 @@ pub fn Wallpaper(cx: Scope) -> Element {
style { STYLE_SHEET },
div {
class: ClassName::ROOT,
div {
class: ClassName::CONTENT,
}
}
})
}