MiHCM
layout/@mihcm/ui·v0.21.0·stable

TitleBar

Sticky page heading shown under the TopBar. icon + supertitle + title + optional action slot.

Props

The full prop API for TitleBar. Same surface in web and React Native — bundlers pick the right variant via the react-native export condition.

PropTypeDefaultDescriptionSince
titleReactNodePrimary heading text.0.4.0
supertitleReactNodeEyebrow text above the title (smaller, muted).0.4.0
iconReactNodeOptional leading icon — 24 px on mobile, 30 px on desktop.0.4.0
actionReactNodeTrailing slot for page-level controls.0.4.0

Import

import { TitleBar } from '@mihcm/ui/TitleBar';