Has anyone used react pro sidebar. Can someone tell me how to use sass sidebar components and how to increase the length of the sidebar. are there any other libraries with examples of how to use their sidebar. Here is the react pro sidebar example.
<ProSidebar>
<SidebarHeader>
{
Dashboard}
</SidebarHeader>
<Menu iconShape="square">
<MenuItem>Dashboard</MenuItem>
<SubMenu title="Components">
<MenuItem>Component 1</MenuItem>
<MenuItem>Component 2</MenuItem>
</SubMenu>
<SubMenu title="Reports">
<MenuItem>My Report</MenuItem>
<MenuItem>MIS Report</MenuItem>
</SubMenu>
</Menu>
</ProSidebar>
;
Please help