mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
As part of our readme generator, components can now opt in to displaying badges in their readme. The badges are generated from https://shields.io/ and are focused on an individual component. We're currently generating the following badges: - Open bug count.
29 lines
639 B
Markdown
29 lines
639 B
Markdown
# Feature highlight
|
|
|
|
<!-- badges -->
|
|
|
|
<div class="article__asset article__asset--screenshot">
|
|
<img src="docs/assets/feature_highlight.png" alt="Feature Highlight" width="375">
|
|
</div>
|
|
|
|
The Feature Highlight component is a way to visually highlight a part of the screen in order to introduce users to new features and functionality.
|
|
|
|
<!-- design-and-api -->
|
|
|
|
<!-- toc -->
|
|
|
|
- - -
|
|
|
|
## Installation
|
|
|
|
- [Typical installation](../../../docs/component-installation.md)
|
|
|
|
## Usage
|
|
|
|
- [Typical use: highlight a view](typical-use-highlight-a-view.md)
|
|
|
|
## Extensions
|
|
|
|
- [Color Theming](color-theming.md)
|
|
- [Typography Theming](typography-theming.md)
|