Loading
A loading animation component to inform of a progress taking course. The component can take full space of a positioned parent element or be as small to fit inside content.
<Loading animate />
| Prop name | Type | Default | Description |
|---|---|---|---|
| Animation | any | AnimationComponent | |
| theme | any | Required | |
| classes | any | Required | |
| animate | bool | ||
| show | bool | true | |
| animation | object | ||
| layer | enum | 'primary' | One of: 'primary', 'secondary', 'header', 'control', 'success', 'alert', 'disabled' |
| small | bool | Make the loading a small inline-block element animation to fit inside other components. | |
| full | bool | Expand to fill the container space. This assumes there is a positioned parent element to hold the loading. |
Source code: src/Loading Open in: Playground