Skip to content

Commit

Permalink
Spinner Component: Added design documentation and image (#16760)
Browse files Browse the repository at this point in the history
  • Loading branch information
cburton4 authored and gziolo committed Aug 29, 2019
1 parent e0637f0 commit 99aca60
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/components/src/spinner/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Spinner

Spinners notify users that their action is being processed.

![Spinner component](https://wordpress.org/gutenberg/files/2019/07/spinner.png)

## Best practices

The spinner component should:

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

## Usage

```jsx
Expand Down

0 comments on commit 99aca60

Please sign in to comment.