Public Entry Points


Nivel exposes focused package entry points so consumers can import config helpers, client runtime components, MDX utilities, and Tailwind integration without reaching into internal files.

EntryPurpose
@unterberg/nivelmain types, MDX components, and shared utilities
@unterberg/nivel/vikeVike config helper for pages/+config.ts
@unterberg/nivel/clientclient runtime components such as AppLayout, MetaHead, and DocsPage
@unterberg/nivel/mdxMDX provider entry
@unterberg/nivel/mdx/code-blockscode-block components and transforms
@unterberg/nivel/tailwindTailwind and Vite helper surface
@unterberg/nivel/daisyui-themedaisyUI theme plugin surface
@unterberg/nivel/runtime/nodelower-level node runtime helpers
@unterberg/nivel/runtime/clientlower-level client runtime entry

Most consumers should start with the main package, Using Nivel with Vike, and Tailwind Setup.