Components

Spinner

<Spinner size centered show background elevation className />

Constructor

# <Spinner size centered show background elevation className />

amiv Spinner / loading animation

PropTypes:
Name Type Required Description Default
size number No Size of the icon. 48
centered bool No Use absolute positioning to center component within parent container. false
show bool No Specifies whether to show the component. true
background string No Background of the circle around the icon. null
elevation number No Specifies the size of the shadow around the colored circle. 0
className string No @ignore

View Source components/spinner.js, line 64