Loading
Indicate an action running in the background.
Import
import { Loading } from 'raw-ui';Types
Sizes
With text
API
| Prop | Description | Type | Default |
|---|---|---|---|
| type | loading type | 'spin' | 'dot' | 'dot' |
| size | input size | number | 4 (type = 'dot') | 20 (type = 'spin') |
| ... | native props | React.HTMLAttributes | - |