Dashboard UI Kit

Apps PreviewDownload Design Package

    Table of contents

  1. Basic Usage
  2. Prop Table

TopBarTitle

import { TopBarTitle } from '@duik/it'
import TopBarTitle from '@duik/top-bar-title'

Prestyled title for top bar. Check the full usage on Building Top Bar. For the best usage, wrap your TopBarTitle with TopBarSection.

Title

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

Props

Any props you would pass to <h2>.