@wordpress/components
Version:
UI components for WordPress.
32 lines (19 loc) • 537 B
Markdown
<div class="callout callout-alert">
This feature is still experimental. “Experimental” means this is an early implementation subject to drastic and breaking changes.
</div>
`Spinner` is a component that notify users that their action is being processed.
```jsx
import { Spinner } from '@wordpress/components/ui';
function Example() {
return <Spinner />;
}
```
**Type**: `CSSProperties['color']`
The color of the `Spinner`.
**Type**: `number`
The size of the `Spinner`.