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
Linkresolves internal docs links and can infer labels from the docs graph.Overviewrenders card links for section landing pages or related-page clusters.Alerthighlights notes, warnings, errors, and success states.RepoLinklinks to GitHub repositories with consistent presentation.Tableprovides 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.