Loader
A loading indicator is used to convey the state of action that is processing or waiting a result.
I'm waiting on something
React
import { Loader } from '@hoverinc/design-system-react-web';
Label
A label is required to ensure the Loader is accessible.
Color
Any system can be applied to a Loader, though in most cases the primary or
neutral palette should be preferred.
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.