Kami UI

TabBar

TabBar component from the Kami UI library.

What this is used for

Primary app-level navigation in mobile shells.

Mobile-focused features

  • thumb-friendly layout
  • clear active state
  • supports persistent navigation

Implementation example

import { TabBar } from '@kamiui/kami';

<TabBar tabs={tabs} activeKey={activeTab} onChange={setActiveTab} />

Preview

TabBar
Preview unavailable for this component

On this page