src/core/packages/chrome/browser-internal/README.md
Implementation of Core's browser-side Chrome service.
ChromeService — lifecycle class (setup / start / stop) that wires up all chrome subsystems and returns the InternalChromeStart contract.src/state/ and src/services/.createChromeApi — factory that assembles the public ChromeStart / internal InternalChromeStart API surface from the individual state slices.ChromeServiceProvider wiring — start() returns a withProvider(children) function that wraps the React tree with ChromeServiceProvider from @kbn/core-chrome-browser-context.UI components (headers, sidenav, loading indicator, breadcrumbs, etc.) live in @kbn/core-chrome-browser-components. This package is purely state and API — no React rendering.