Design
Feature Highlights are used to draw attention to a new feature in the UI. When clicked, they open a Dropdown with more information about the new feature.
Only one Feature Highlight should be used on any given view or screen.
New Feature!A new feature that users should know about
To highlight a feature that isn't visible on page load, use the highlight on the element that will reveal it. For example, a new item in a Dropdown:
Code
Example | Element | Code |
---|---|---|
New Feature! | Non-interactive Feature Highlight. Can be composed with other elements to create interactivity. |
|
New Feature! | Feature Highlight with associated dropdown. Remember you can use the ^ syntax to close a Dropdown with a button inside the Dropdown. |
Dropdown, for ease of reference:
|