Loader
Use the Loader component to let the user know that a process is happening or something is loading. Loader renders a responsive box-model layout component.
Usage Example
Live Editor
Result
Loading...
Props
Prop | Type | Default | Description |
---|---|---|---|
bg | string (optional) | 'transparent' | |
color | string (optional) | 'primary' | |
size | string (optional) | '1rem' |
Loader uses COMMON, LAYOUT, POSITION, FLEXBOX, BORDERS groups of Styled System props.