Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Spinner

Spinner is a component used to notify users that their action is being processed.

Usage

import { Spinner } from '@wordpress/components';

function Example() {
	return <Spinner />;
}

Best practices

The spinner component should:

  • Signal to users that the processing of their request is underway and will soon complete.