Dashboard UI Kit

Apps PreviewDownload Design Package

    Table of contents

  1. Example usage
  2. Prop Table

NavTitle

import { NavTitle } from '@duik/it'
import NavTitle from '@duik/nav-title'

Styled typo for main navigation title in the NavPanel. Don't miss full example of how to build a navigation with nav elements here.

Example

<NavPanel dark>
  <NavTitle>
    My Navigation
  </NavTitle>
  <NavSection>
    <NavSectionTitle>
      Section title 1
    </NavSectionTitle>
    <NavLink>
      Item 1
    </NavLink>
    <NavLink>
      Item 2
    </NavLink>
  </NavSection>
  <NavSection>
    <NavSectionTitle>
      Section title 2
    </NavSectionTitle>
    <NavLink>
      Item 1
    </NavLink>
    <NavLink>
      Item 2
    </NavLink>
  </NavSection>
</NavPanel>
ReactHTML Snippet

Prop table

Any props you would pass to span.