A
Anonymous
Component 0 - Copy this React, Mui Component to your project
<Sidebar className=" font serif h screen bg cyan 500" aria label="Sidebar with call to action button example"> <Sidebar.Items> <Sidebar.ItemGroup> <Sidebar.Item href="#" icon={HiChartPie}> Dashboard </Sidebar.Item> <Sidebar.Item href="#" icon={HiUser}> Profile </Sidebar.Item> <Sidebar.Item href="#" icon={HiUserRemove}> Leave </Sidebar.Item> <Sidebar.Item href="#" icon={HiCurrencyRupee }> Salary </Sidebar.Item> <Sidebar.Item href="#" icon={HiOutlineLogout}> Logout </Sidebar.Item> </Sidebar.ItemGroup> </Sidebar.Items> </Sidebar> apply background color to the sidebar
Prompt