tree: a9af21a3e81a8c0ff5c8a900a3663a88ffd26be2 [path history] [tgz]
  1. common/
  2. test/
  3. views/
  4. webui/
  5. DEPS
  6. DIR_METADATA
  7. OWNERS
  8. README.md
components/user_education/README.md

User Education component library

This library contains the code that (along with Feature Engagement) will allow you to implement In-Product-Help (IPH) and Tutorials in any framework.

The following libraries are available:

  • common - contains platform- and framework-agnostic APIs for working with HelpBubbles, IPH, and Tutorials.
  • views - contains code required to display a HelpBubble in a Views-based UI.
  • webui - contains code required to display a HelpBubble on a WebUI surface.

The Chrome Browser already builds-in the necessary support for help bubbles attached to/embedded in Views, WebUI, and Mac-native context menus. You may refer to browser_user_education_service for an example that could be extended to other (especially Views-based) platforms.