Navbar

A composable, themeable and customizable navbar component.

Installation

pnpm add @notion-kit/ui

Examples


Notion Navbar

API Reference

A Navbar extends the HTML <nav> element.

A NavbarItem extends the <Button> component. We list the extended properties only.

Note

  • It must be used within a <Navbar> or a <TooltipProvider>.
  • See more about Button variants.
PropTypeDescription
hint*stringThe displayed tooltip hint.