1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-07 02:33:39 +02:00

Create loading spinner

This commit is contained in:
Arne Schlüter 2018-06-12 00:52:40 +02:00
commit 504ab841d5
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,5 @@
(ns airsonic-ui.views.loading-spinner
(:require [airsonic-ui.views.icon :refer [icon]]))
(defn loading-spinner []
[:span.loading-spinner [icon :reload]])