- category: Components
- family: Feedback
- chinese: 加载
- type: basic
When a part of page is waiting asynchronous data or is rendering, loading animate may reduce anxieties.
Loading use the layout display='inline-block'
to wrap inner elements by default.
if you want wrap all the element
, please use <Loading style={{display: 'block'}} />
Param | Descripiton | Type | Default Value |
---|---|---|---|
tip | custom text in loading | any | - |
size | the animation size option: 'large' 'medium' |
Enum | 'large' |
tipAlign | tip location option: 'right'(right side of animation) 'bottom'(bottom of animation) |
Enum | 'bottom' |
visible | loading state, default true | Boolean | true |
indicator | custom animation | any | - |
color | animation color | String | - |
fullScreen | fullscreen display | Boolean | - |
children | children elements | any | - |