(bar-loader {:keys [color height width style speed-multiplier]
:or {color "#333" width 100 height 4 style "" speed-multiplier 1}})
(beat-loader {:keys [color size margin style speed-multiplier]
:or {color "#333" size 15 margin 2 style "" speed-multiplier 1}})
(bounce-loader {:keys [color size style speed-multiplier]
:or {color "#333" size 60 style "" speed-multiplier 1}})
(circle-loader {:keys [color size style speed-multiplier]
:or {color "#333" size 50 style "" speed-multiplier 1}})
(climbing-box-loader {:keys [color size style speed-multiplier]
:or {color "#333" size 15 style "" speed-multiplier 1}})
(clip-loader {:keys [color size style speed-multiplier]
:or {color "#333" size 35 style "" speed-multiplier 1}})
(clock-loader {:keys [color size style speed-multiplier]
:or {color "#333" size 50 style "" speed-multiplier 1}})
(dot-loader {:keys [color size style speed-multiplier]
:or {color "#333" size 60 style "" speed-multiplier 1}})
(fade-loader {:keys [color height width radius margin style speed-multiplier]
:or {color "#333"
height 15
width 5
radius 2
margin 2
style ""
speed-multiplier 1}})
(grid-loader {:keys [color size margin style speed-multiplier]
:or {color "#333" size 15 margin 2 style "" speed-multiplier 1}})
(hash-loader {:keys [color size style speed-multiplier]
:or {color "#333" size 50 style "" speed-multiplier 1}})
(moon-loader {:keys [color size style speed-multiplier]
:or {color "#333" size 60 style "" speed-multiplier 1}})
(pacman-loader {:keys [color size margin style speed-multiplier]
:or
{color "#333" size 25 margin 2 style "" speed-multiplier 1}})
(propagate-loader {:keys [color size style speed-multiplier]
:or {color "#333" size 15 style "" speed-multiplier 1}})
(puff-loader {:keys [color size style speed-multiplier]
:or {color "#333" size 60 style "" speed-multiplier 1}})
(pulse-loader {:keys [color size margin style speed-multiplier]
:or {color "#333" size 15 margin 2 style "" speed-multiplier 1}})
(ring-loader {:keys [color size style speed-multiplier]
:or {color "#333" size 60 style "" speed-multiplier 1}})
(rise-loader {:keys [color size margin style speed-multiplier]
:or {color "#333" size 15 margin 2 style "" speed-multiplier 1}})
(rotate-loader {:keys [color size margin style speed-multiplier]
:or
{color "#333" size 15 margin 2 style "" speed-multiplier 1}})
(scale-loader {:keys [color height width radius margin style speed-multiplier]
:or {color "#333"
height 35
width 4
radius 2
margin 2
style ""
speed-multiplier 1}})
(skew-loader {:keys [color size style speed-multiplier]
:or {color "#333" size 20 style "" speed-multiplier 1}})
(square-loader {:keys [color size style speed-multiplier]
:or {color "#333" size 50 style "" speed-multiplier 1}})
(sync-loader {:keys [color size margin style speed-multiplier]
:or {color "#333" size 15 margin 2 style "" speed-multiplier 1}})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close