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 loader provides reassurance that content is currently being loaded, processing, or that change will occur on the page.
import { Loader } from "@sharegate/orbit-ui";
status
by default.aria-busy
attribute set to true
when the loader is visible.aria-live
attribute set to polite
.This is the default loader.
A loader can appears after a short delay. This is to prevent the loader from appearing when the action is very fast.
By settings delay
to true
, the loader will appear after 300ms. You can also set a custom delay in milliseconds.
import { Loader } from "@sharegate/orbit-ui";
Name | Description | Default |
---|---|---|
aria-label* | See WCAG. string | - |
delay | A loader can appear after a short delay (in ms). if set the true, the default delay is 300ms. numberfalsetrue | - |