tree: bbd22d29417c33068b8e7f2c327a0010d2af38e9 [path history] [tgz]
  1. BUILD.gn
  2. oobe_adaptive_dialog.html
  3. oobe_adaptive_dialog.js
  4. oobe_adaptive_dialog_old.html
  5. oobe_adaptive_dialog_old.js
  6. README.md
chrome/browser/resources/chromeos/login/components/oobe_adaptive_dialog/README.md

oobe-adaptive-dialog

Overview

oobe-adaptive-dialog implements standard dialog which is used in OOBE screens. This folder contains two different implementations of it. *old implementation is just a fallback to old oobe-dialog which was used before.

Usage

Both implementations have similar set of slots:

icon, title, progress (for progress bar), subtitle, content, back-navigation and bottom-buttons.

back-navigation is usually used for holding back button, bottom-buttons for the rest buttons.

It is intended to use oobe-adaptive-dialog along with style sheets: <style include="oobe-dialog-host"></style>, and add OobeDialogHostBehavior.

Fonts and other styling for title, subtitle and regular text is applied separately outside of the oobe-adaptive-dialog implementation.