Dashboard UI Kit

Apps PreviewDownload Design Package

    Table of contents

  1. Example usage
  2. Prop Table

NavSectionTitle

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

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

Example

<NavPanel dark>
  <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.