ngxdocs
Documentation

UI

Accessible Angular documentation components and composable layouts.

On this page

ngxdocs-ui is the rendered layer of the framework. It contains the site header, responsive sidebar, search dialog, table of contents, page actions, feedback, pagination, and reusable authoring components.

Angular-native components

The package exports standalone Angular components and signal-based APIs. Interactive primitives use Angular CDK and Spartan UI where headless behavior is required, so applications do not need a React compatibility runtime.

Layouts

The docs, glass, notebook, and flux entry points share the same source and navigation contracts. Choose a layout in configuration or import its shell directly when the app needs custom route composition.

Styling

Import ngxdocs-ui/styles.css for structural styles and ngxdocs-ui/themes.css for the built-in theme variables. Applications can override the CSS custom properties without forking components.

Last updated on