Loader
A loading indicator is used to convey the state of action that is processing or waiting a result.
Processing...
React
import { Loader } from '@hoverinc/design-system-react-web';
Label
A label is required to ensure the Loader is accessible.
Variant
The default variant is spinner, but ellipsis is available for smaller inline
usage and brand for larger fullscreen loading states.
Size
The size property is optional and defaults to small. Loader supports the
same sizes as Icon.
Speed
The animation speed is controlled via the speed prop and defaults to 500.