Skip to main content

default

react v1.0.4


react / components/SideBar / default

Function: default()

default(props): Element

Defined in: components/SideBar.tsx:22

Sidebar is a collapsible vertical navigation menu.

It displays a list of links, a logout button, and the application version. The sidebar expands on hover or toggle button click.

Parameters

props

SidebarProps

The props for the component.

Returns

Element

The rendered sidebar component.