The Spinner component is used to indicate a loading state.
The Spinner
component is used to indicate a loading state.
Try to stay on the 8px
major scale grid, or in some cases the 4px
minor scale grid.
Wrap your Spinner
in a Pane
to allow for centering of you Spinner
.
Alternatively you can center a Spinner
with margins.
Add delay
prop (in milliseconds) to show spinner only after this time is passed.
Hide and then show code below to see this behavior in action.