Sidebar

Help the users navigate through your product

Sidebar in action

Component: <Sidebar />

File: src/components/Sidebar/Sidebar.tsx

Usage

import { SideBar } from "@/components/organisms/Sidebar/Sidebar";

<SideBar currentPage={currentPage} />

Prop
Type
Description

currentPage

Routes

The current page Route

Example:

Last updated

Was this helpful?