Component
MobileTopBar
Safe-area-aware top bar with leading/trailing slots and an optional back button.
9:41
Profile
Aaron D.
Towson Tigers
ZeeMee
Plain · with back · over hero
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| title | ReactNode | — | Centered title. |
| leading | ReactNode | — | Left-aligned slot (when back is false). |
| trailing | ReactNode | — | Right-aligned slot. |
| back | boolean | — | Render a default chevron-back button. |
| onBack | () => void | — | Handler for the back button. |
| transparent | boolean | — | Removes background. Use over a hero gradient surface. |