moezlaarif

Results 2 comments of moezlaarif

> Changing the color is simple: > > ```js > import SideNav from "@trendmicro/react-sidenav"; > > const StyledSideNav = styled(SideNav)` > background-color: #0057c3; > `; > ``` > > The...

For the icons you can put directly the component of the icon inside Example : import AddCircle from '@material-ui/icons/Add'; // inside the SideNav ` `