Dashboard UI Kit

Apps PreviewDownload Design Package

    Table of contents

  1. Basic Usage
  2. Prop Table

TopBarSection

import { TopBarSection } from '@duik/it'
import TopBarSection from '@duik/top-bar-section'

Predefined section component to match the designs, e.g centers the content vertically. Check the full usage on Building Top Bar

Title

Something else

<TopBar>
  <TopBarSection>
    <TopBarTitle>
      Title
    </TopBarTitle>
  </TopBarSection>
  <TopBarSection>
    <TopBarTitle>
      Something else
    </TopBarTitle>
  </TopBarSection>
</TopBar>
ReactHTML Snippet

Props

Any props you would pass to div.