-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e04be0
commit 132fae7
Showing
4 changed files
with
50 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
layout: detail | ||
title: Banners | ||
description: Banners displays an important message which requires an action to be dismissed. | ||
--- | ||
|
||
A banner displays an important, succinct message, and provides actions for users to address (or dismiss the banner). | ||
It requires a user action to be dismissed. | ||
|
||
Banners should be displayed at the top of the screen, below a top app bar. They’re persistent and nonmodal, allowing the user to either ignore them or interact with them at any time. | ||
Only one banner should be shown at a time | ||
|
||
--- | ||
|
||
**Page Summary** | ||
|
||
* [Specifications references](#specifications-references) | ||
* [Accessibility](#accessibility) | ||
* [Implementation](#implementation) | ||
* [Component specific tokens](#component-specific-tokens) | ||
|
||
--- | ||
|
||
## Specifications references | ||
|
||
- [Design System Manager - Banners](https://system.design.orange.com/0c1af118d/p/19a040-banners/b/497b77) | ||
- [Material Design - Snackbars](https://m2.material.io/components/banners) | ||
- Technical documentation soon available | ||
|
||
## Accessibility | ||
|
||
Please follow [accessibility criteria for development](https://a11y-guidelines.orange.com/en/mobile/android/development/) | ||
|
||
Users should be able to use the left phone buttons to interact with the banner. | ||
The user should be able to hear the current state of the banner at all times. | ||
Recommendation is available at the Orange Accessibility site | ||
|
||
## Implementation | ||
|
||
## Component specific tokens | ||
|
||
_Soon available_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
layout: main | ||
content_page: Banners.md | ||
--- |