Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.
Open
Changes from 1 commit
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: 2 additions & 0 deletions src/_components/alert/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Used when an action link is needed in place of a standard link.

* Any alert variation can be dismissible, including slim alerts. This example shows an informational alert that can be dismissed.
* Allow a user to dismiss an alert wherever appropriate.
* By default, dismissible alerts do not persist their dismissed state across sessions. If you need an alert to remain dismissed after a user closes their browser, your application must implement state persistence.
{% include a11y/dismissable-alerts.md component="alert" %}

### Slim alert
Expand Down Expand Up @@ -100,6 +101,7 @@ Any style of alert box can be modified to be a Slim alert. The iconography for S

* Any alert variation can be dismissible. This example shows an informational alert that can be dismissed.
* Allow a user to dismiss an alert wherever appropriate.
* By default, dismissible alerts do not persist their dismissed state across sessions. If you need an alert to remain dismissed after a user closes the app, your application must implement state persistence.

### Expandable

Expand Down
Loading