Background Color
The backgroundColor
prop allows you to add a custom background color for the navigation sidebar. The value of this prop can be any valid CSS value for background-color.
Props
backgroundColor?: string
Default Value
backgroundColor = "white";
Example
/vertical-menu/vertical-nav/background-color
Source Code