Skip to content

Commit

Permalink
Docs: update with template changes (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
jillianhowarth authored Apr 30, 2020
1 parent 5df33e5 commit 69d3aa2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/pages/components/notification/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ For more context on when to use each notification type, including modals, refer

### Types

| Type | Purpose |
| ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Inline | Inline notifications show up in task flows, to notify users of the status of an action. They usually appear at the top of the primary content area. |
| Toast | Toasts are non-modal, time-based window elements used to display short messages; they usually appear at the top of the screen and disappear after a few seconds. |
| Type | Purpose |
| ------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Inline](#inline-notifications) | Inline notifications show up in task flows, to notify users of the status of an action. They usually appear at the top of the primary content area. |
| [Toast](#toast-notifications) | Toasts are non-modal, time-based window elements used to display short messages; they usually appear at the top of the screen and disappear after a few seconds. |

## Formatting

Expand Down Expand Up @@ -84,6 +84,8 @@ Notifications provide limited space for content, and therefore the content must

If a toast or inline notification requires a message longer than two lines, include a short message with a “View more” link that takes the user to a view of the full notification message. This can be either a full page with more details or a modal.

### Further guidance

For further content guidance, see Carbon's [content guidelines](/guidelines/content/general).

## Inline notifications
Expand Down

1 comment on commit 69d3aa2

@vercel
Copy link

@vercel vercel bot commented on 69d3aa2 Apr 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.