Skip to content

OrLoaders

Custom loader components

OrCircularLoader

Fetching stuff

OrPulsingLoader

html
<or-pulsing-loader 
    :dimension="40"
    :bottom-text="Fetching stuff"
/>
<or-pulsing-loader 
    :dimension="40"
    :bottom-text="Fetching stuff"
/>

Props (Circular)

PropRequiredDefaultTypeDescription
dimensionfalse30numberRadius of circle
borderWidthfalse3numberWidth of cicle's border
topTextfalse''stringText displayed at top of screen
bottomTextfalse''stringText displayed at bottom of screen

Props (Pulsing)

PropRequiredDefaultTypeDescription
countfalse4numberNumber of boxes to display
dimensionfalse30numberRadius of circle
topTextfalse''stringText displayed at top of screen
bottomTextfalse''stringText displayed at bottom of screen
boxColorfalse#1F2937stringColor of box displayed
roundedfalsefalsebooleanchange box to a circle

D2B ___ Chidi Ikeoha