Side Navigation

Useful for displaying one panel of content with link at a time.

Props

Prop
Type
Description
childrenReactNodeThe content to render

SideNavigationGroup

Props

Prop
Type
Description
childrenReactNodeThe content to render
ariaLabelStringThe accessibility text (W3C)

SideNavigationItem

Props

Prop
Type
Description
childrenReactNodeThe content to render
appearancedefault | minimal | negative | positiveThe theming to apply
isActiveBooleanWhether it is active or not

SideNavigationItemLink

Props

Prop
Type
Description
childrenReactNodeThe content to render
hrefStringThe href of the item
iconStringThe icon of the item
isExternalBooleanWhether it is url external or not

Examples

todo