Built-in MDX Components


Nivel exports reusable MDX components from the main package so content pages can use the same docs primitives as the runtime.

MDX
import { Alert, Link, Overview, RepoLink, Table } from '@unterberg/nivel'

Common components

  • Link resolves internal docs links and can infer labels from the docs graph.
  • Overview renders card links for section landing pages or related-page clusters.
  • Alert highlights notes, warnings, errors, and success states.
  • RepoLink links to GitHub repositories with consistent presentation.
  • Table provides a docs-styled table primitive.

Start with the linking patterns in Writing MDX Pages, then use Overview Cards and Alerts where the page structure calls for them.