Module

SideBar

Methods

# inner SideBar(props) → {React.ReactElement}

Custom implementation of the Mui Drawer component Sets some base properties
Parameters:
Name Type Attributes Description
props object props object
initiallyOpen boolean boolean to indicate if the sidebar should be open by default
drawerWidth number <optional>
width of the sidebar
title string <optional>
title of the sidebar
aboutThisSideBarLabel string <optional>
label for the about this sidebar button
onAbtThisClick function <optional>
click handler for the about this sidebar button
onSideBarToggle function <optional>
click handler for the sidebar toggle button
sx object <optional>
sx object for the sidebar

View Source stories/SideBar.jsx, line 37

React.ReactElement