Skip to main content

Sidebar

frontend


frontend / components/Sidebar

components/Sidebar

Functions

Sidebar(): Element

Defined in: components/Sidebar.tsx:29

Sidebar component provides navigation links and a theme toggle button. It supports both large screens (desktop) and small screens (mobile). It includes a hamburger menu for mobile view and a slide-in sidebar.

Returns

Element

The rendered sidebar component.

Remarks

This component is designed for client-side use only because it relies on the useState and useEffect hooks for managing state and handling events. It also includes responsive design features to adapt to different screen sizes. The sidebar contains links to the dashboard, history, and configuration pages,

See