Using Grommet for HPE?See Spinner examples and guidance.
The border color of the Spinner.
string
A hex, name, or rgb value.
"brand"
object
An object with a color for dark and light modes.
{ dark: "string", light: "string" }
Custom message for Spinner. Used for accessibility by screen readers.
string
When message is a string, the message will be announced for screen readers once the Spinner is loaded.
"spinner loaded"
object
When an object, the 'start' message will be announced as the Spinner appears, and the 'end' message as the spinner closes.
{ start: "string", end: "string" }
Any valid Box prop for the Spinner container.
object
'color' is used for the spinner border color and 'size' for the default size of the Spinner.
{ animation: "rotateRight", color: "brand", pad: "small", round: "full", size: "small" }
The default Spinner visualization.
node
A react element or SVG to use as the default Spinner.
<Icon />
<svg>...</svg>
SVG