docs/components/navigation/MenuBar

MenuBar

Application menu bar (File/Edit/…).

import { MenuBar } from '@ybouhjira/hyperkit';

#Playground

Edit the code — the preview recompiles and re-renders as you type.

Live playground
Loading preview…

#More Examples

Empty

<MenuBar menus={[]} />

#Props

PropTypeDefaultDescription
menus *MenuDefinition[]
classstring

* required prop.

#Design Tokens

This component reads the following CSS custom properties. Override them globally or per-instance to restyle it — see the CSS Variables guide.

  • --sk-accent
  • --sk-bg-elevated
  • --sk-bg-primary
  • --sk-bg-tertiary
  • --sk-border
  • --sk-border-subtle
  • --sk-duration-fast
  • --sk-ease-default
  • --sk-font-size-sm
  • --sk-font-size-xs
  • --sk-font-ui
  • --sk-height-sm
  • --sk-icon-md
  • --sk-menubar-dropdown-min-w
  • --sk-menubar-h
  • --sk-menubar-item-h
  • --sk-radius-md
  • --sk-radius-sm
  • --sk-shadow-lg
  • --sk-space-lg
  • --sk-space-px
  • --sk-space-sm
  • --sk-space-xs
  • --sk-text-muted
  • --sk-text-primary
  • --sk-text-secondary
  • --sk-z-dropdown