Component Name
LoadingWheel
Description
A circular spinner component to indicate loading or processing states. It's lightweight and customizable for various layouts and use cases.
Use like example
Properties
Property | Type | Default | Description |
---|---|---|---|
size | number | Diameter of the loader in rem. If not set, it takes the container's full width. | |
sw | number | 0.3 | Stroke width of the loader's border in rem. |
color | string | var(--shadow8-t) | Color of the loader's animated segment. |
color_bg | string | var(--tint8-t) | Background color of the loader's static segment. |