Loader
The Loader component provides a spinning animation to indicate loading states in your AI applications. It includes both a customizable wrapper component and the underlying icon for flexible usage.
Installation
If you prefer using jsrepo, please install via the command below:
Props
Loader
| Name | Type | Default |
|---|---|---|
size | number | 16 |
class | string | |
...restProps | HTMLAttributes<HTMLDivElement> | |
LoaderIcon
| Name | Type | Default |
|---|---|---|
size | number | 16 |