Loading
Indicate an action running in the background.
General
with text
Customize text next to icon.
types
Loading indicators in different states.
spaces
Customize the space between points. (the ratio is relative to the current size
)
APIs
Loading.Props
Attribute | Description | Type | Accepted values | Default |
---|---|---|---|---|
type | bg-color type | LoadingTypes | LoadingTypes | default |
color | custom bg color | string | - | - |
spaceRatio | percentage of space between points | number | - | 1 |
... | native props | HTMLAttributes | 'id', 'title', 'className', ... | - |
LoadingTypes
type LoadingTypes = 'default' | 'secondary' | 'success' | 'warning' | 'error'
Contributors