Lorem ipsum dolor sit amet, consectetur adipiscing elit Sed hendrerit nisi in cursus maximus.
Second level
Curabitur accumsan turpis pharetra blandit. Quisque condimentum maximus mi, sit amet commodo arcu rutrum id. Proin pretium urna vel cursus venenatis. Suspendisse potenti.
Sometimes you need small text
Props
Spinner
*required
Name
Type
Default
Description
aria-label
string
'Contents'
Accessible label to describe what is loading
aria-labelledby
string
ID of the element(s) that provide an accessible name for the spinner.
aria-labelledBy
string
ID of the element(s) that provide an accessible name for the spinner. This prop is deprecated and you should instead use the aria-labelledby prop (with a lowercase "b") instead.
aria-valuetext
string
'Loading...'
Text describing that current loading status or progress
className
string
''
Additional classes added to the Spinner.
diameter
string
Diameter of spinner set as CSS variable
isInline
boolean
false
Indicates the spinner is inline and the size should inherit the text font size. This will override the size prop.