K
@kana-consultant/ui-kit v0.2.0 · docs

Dashboard blocks

TopBar

Page chrome for admin surfaces. Global search, notifications, theme toggle, user avatar, custom actions.

Standard top bar

Dashboard

Welcome back, Priya. 5 tasks due today.

PP
<TopBar
  title='Dashboard'
  subtitle='Welcome back, Priya. 5 tasks due today.'
  unreadCount={3}
  user={{ name: 'Priya Patel' }}
  actions={<Button leadingIcon={<Plus />}>New task</Button>}
/>