Table of Contents#
Spinner Props#
| Prop | Type | Default | Description |
|---|---|---|---|
| size | small medium large | 'medium' | Sets the size of the spinner. |
| className | string | '' | Additional CSS class names for custom styling. |
| thickness | number | 2 | Specifies the stroke thickness of the spinner. |
| ...rest | HTMLAttributes<HTMLDivElement> | - | Additional HTML div attributes passed to the root element. |