Navbar
Navbar component from the Kami UI library.
What this is used for
Top navigation with title/back actions on mobile pages.
Mobile-focused features
- compact mobile header
- space for leading actions
- consistent page chrome
Implementation example
import { Navbar } from '@kamiui/kami';
<Navbar title="Profile" onBack={goBack} />Preview
Navbar
Preview unavailable for this component