docs/components/navigation/StatusBar

StatusBar

Bottom status bar with segments.

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

#Playground

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

Live playground
Loading preview…

#Props

PropTypeDefaultDescription
items *StatusBarItem[]
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-secondary
  • --sk-border
  • --sk-duration-fast
  • --sk-ease-default
  • --sk-focus-color
  • --sk-font-size-xs
  • --sk-font-ui
  • --sk-icon-sm
  • --sk-radius-sm
  • --sk-shadow-md
  • --sk-space-sm
  • --sk-space-xs
  • --sk-state-hover-bg
  • --sk-statusbar-bg
  • --sk-statusbar-h
  • --sk-statusbar-text
  • --sk-text-primary
  • --sk-text-secondary
  • --sk-z-tooltip