# Secondary Navigation
The secondary navigation is a flexible component which allows user to build custom sub navigation.
# Usage
Secondary navigation by default is empty container. If items are needed items
prop should be passed to component using SubMenuItem[]
interface. See the Interfaces section for a full list of SubMenuItem options.
# Title
Use the title
prop or slot to give your secondary menu a title.
# Bottom slot
Use the bottom
slot to add content to bottom of secondary navigation.
# Variants
Use the variant
slot to change style of component. Available variants are normal
, dark
and slate
. Default is normal
.
# Organization info
Use the orgId
and orgName
props to set company info. Info is displayed inside bottom slot.