Usage
Props
Name | Type | Required | Default | Description |
---|
centered | boolean | false | | |
children | ReactNode | false | |
className | string | false | | |
color | Color | false | | |
label | string | false | | |
loading | boolean | false | | |
size | | false | | |
style | CSSProperties | false | | |
variant | | false | | |
children
wrapped children will have an overlay when loading is true
label
size
variant
Spinner option to be centered. Use this prop if you need to center the spinner regardless of the height of its children.
11.3.0