blob: 1be7f30f711d662c9c77d65e517733bf8b499512 [file] [view] [edit]
# Banner
<!-- badges -->
A banner displays a prominent message and related optional actions.
<div class="article__asset article__asset--screenshot">
<img src="assets/banner.png" alt="Banner" width="320">
</div>
<!-- design-and-api -->
<!-- toc -->
- - -
## Overview
`MDCBannerView` is a view that displays an important, succinct message, and provides actions for users to address (or dismiss the banner). It requires a user action to be dismissed.
`MDCBannerView` is currently a [beta component](../../../contributing/beta_components.md). Therefore, clients that
wish to use MDCBannerView in their app will need to manually clone the repo and add the code to their project.
## Installation
- [Typical installation](installation.md)
## Usage
- [Typical use](typical-use.md)
## Examples
- [Examples](examples.md)