The loading spinner should only be used when the data, content of action is loading. For example, when:
The loading spinner consist of 1 line with a smooth gradient applied. This should spin clockwise as per the example in the prototype. The spinner is positioned to be optically centered.
There are 5 sizes:.
The loading spinner appear temporarily, and disappear on their own without requiring user input to be dismissed. The loading spinner cannot be clicked or tapped.
Time
The loading spinner should only be displayed if the data, content or action is taking l between 1 and 4 seconds to load.
Animation
The loading spinner should spin clockwise so that one rotation takes 1 second.
import { LoadingSpinner } from '@shieldpay/bumblebee/loading-spinner'; <LoadingSpinner color="secondary" size="large />