Header

The Header component is a customizable header section with a logo, navigation, and actions. It is responsive and adapts to mobile and desktop screens.

import { Header } from '@lobehub/ui';

Default

LOGO
NAV
ACTIONS

APIs

NameDescriptionTypeDefault
actionsActions to be displayed on the right side of the headerReactNode--
actionsClassNameClass name for actions containerstring--
actionsStyleStyle for actions container{}--
logoLogo to be displayed on the left side of the headerReactNode--
logoClassNameClass name for logo containerstring--
logoStyleStyle for logo container{}--
navNavigation to be displayed on the right side of the logoReactNode--
navClassNameClass name for navigation containerstring--
navStyleStyle for navigation container{}--