Add a 200-250px Sidebar using <Drawer /> from MUI v5.11.6 which opens with the hamburger icon from the left.
The drawer should at least have a menu item that says Library with a MUI <BookIcon /> and imported with
import BookIcon from '@mui/icons-material/Book';
Add the component as <SideNav /> with SideNav.jsx and SideNav.css. in /src/components
Add a 200-250px Sidebar using
<Drawer />from MUI v5.11.6 which opens with the hamburger icon from the left.The drawer should at least have a menu item that says Library with a MUI
<BookIcon />and imported withimport BookIcon from '@mui/icons-material/Book';Add the component as
<SideNav />with SideNav.jsx and SideNav.css. in /src/components