NavigationItem

View source code
  • text
    string

    The label of the navigation item

  • className
    string

    className for the element

  • component
    ElementType

    The type of component (NavLink, a, div, etc.)

  • isActive
    boolean

    If the navigation item should be displayed as active

    Default: false
  • leftAddon
    ReactNode

    Left addon of the navigation item

  • rightAddon
    ReactNode

    Right addon of the navigation item