Loading Indicator
The loading indicator shows the user that an external process, like a connection, is being executed.
install | yarn add @clayui/loading-indicator |
---|---|
version | 3.111.0 |
Stable3.111.0View in LexiconCHANGELOG
Property | Description |
---|---|
displayType null | 'primary' | 'secondary' | 'light' | Determines the color of the visual indicator. |
shape null | 'circle' | 'squares' | Determines the style of the visual indicator. |
size null | 'xs' | 'sm' | 'md' | 'lg' | Determines the size of the visual indicator. |
light Deprecatedboolean | Flag to indicate the 'light' variant
@deprecated since v3.59.0 - use displayType instead. |
small Deprecatedboolean | Flag to indicate the small size
@deprecated since v3.59.0 - use size instead. |