Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading Indicator sub pages #3793

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aries-site/src/data/structures/components.js
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,7 @@ export const components = [
},
},
seoDescription:
'Spinner is an animated graphic element loading state for quick asynchronous tasks.',
'Spinner is an small motion graphic element loading state for quick asynchronous tasks.',
relatedContent: ['Lists', 'DataTable', 'Forms'],
sections: [
'When to use Spinner',
Expand Down
2 changes: 1 addition & 1 deletion aries-site/src/pages/components/button.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ A button's visual state may be specified as appropriate in the application's con
<ButtonStatesExample />
</Example>

#### Busy button
#### Busy button

The busy and success states of button can be used when an action may take a couple of seconds to complete or validate. A common example is when a form requires server side validation.

Expand Down
2 changes: 1 addition & 1 deletion aries-site/src/pages/components/skeleton.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { DashBoardSkeletonExample, SkeletonAnatomy } from '../../examples';
</Example>

### When to use
Skeletons are used on all pages to provide a visual layout of the content being loaded. They help users perceive a loading period as being shorter in duration.
The interface is content-rich and has asynchronous loading, to stabilize layout and prevent shifts during content retrieval.

### When not to use
Skeletons should not be used if:
Expand Down
1 change: 1 addition & 0 deletions aries-site/src/pages/components/spinner.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Avoid showing multiple Loading Spinners on a single page.

- When fetching data or content, where the expected response time is greater than ~300ms.
- When loading more information into a Table or List.
- When loading an interface with minimal content.

### Accessibility

Expand Down
Loading