Spinner is a component used to notify users that their action is being processed.
import { Spinner } from '@wordpress/components';
function Example() {
return <Spinner />;
}The spinner component should:
- Signal to users that the processing of their request is underway and will soon complete.