Loaders
Progress indicators commonly known as spinners, express an unspecified wait time or display the length of a process.
<PulseLoader
size={3}
color="red"
/>
Spinner
Loader indicators inform users about the status of ongoing processes, such as loading an app, submitting a form, or saving updates.
<Spinner
size={3}
color="indigo"
/>
<Spinner
size={4}
color="green"
/>
<Spinner
size={5}
color="gray"/>
Square Rotate
<SquareRotate
size={3}
color="indigo"
/>
<SpiSquareRotatenner
size={4}
color="green"
/>
<SquareRotate
size={5}
color="purple"/>
API References
Prop | Type | Description | Default |
---|---|---|---|
size | {1} | {2} | {3} | {4} | {5} | Size of the Loader (x:x) | 3 |
color | string | Color of the Loader | blue |