Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
A spinner indicates that a part of the product is currently performing a task, and the duration of this process is unknown.
import { Spinner } from "@sharegate/orbit-ui";
status
by default. When inside a parent component that is focusable, the spinner should have a role of presentation
to prevent the screen reader from reading the spinner.aria-busy
attribute set to true
when the spinner is visible.aria-live
attribute set to polite
.A simple spinner.
A spinner can vary in size.
A spinner can have a label.
You can change a spinner style when over a background by setting a color property on the spinner.
import { Spinner } from "@sharegate/orbit-ui";
Name | Description | Default |
---|---|---|
size | A spinner can vary in size. "sm" | "md" | "lg" | ResponsiveValue<"sm" | "md" | "lg"> | md |