layout/@mihcm/ui·v0.21.0·stable
TitleBar
Sticky page heading shown under the TopBar. icon + supertitle + title + optional action slot.
Live preview
Adjust the controls on the right; the preview and code update in real time.
User AdministrationSecurity & Permissions
example.tsxtsx
import { TitleBar } from '@mihcm/ui/TitleBar';
export function Example() {
return (
<TitleBar
supertitle="User Administration"
showIcon
>
Security & Permissions
</TitleBar>
);
}Install
Both paths are valid. CLI ships the source into your repo (you own it). Install pins via npm.
npx @mihcm/cli add TitleBarCopies the source into
components/ds/TitleBar.tsx. You own the file. Use --out to override the directory or --force to overwrite.