Spinner
Use the Spinner component to indicate something is loading.
To add the Spinner
component to your app:
import {Spinner} from '@stripe/ui-extension-sdk/ui';
This is a preview of a Spinner
component in three sizes:
<Spinner size="small" /> <Spinner /> <Spinner size="large" />
Spinner props
Property | Type |
---|---|
| Optional
Delay applied to animation. |
| Optional
The size of the component. |