Background Image
The backgroundImage
prop is used to set the background image of the navigation sidebar. To make the background image visible, you also need to provide the backgroundColor
prop. The backgroundImage
prop accepts a string value that can be a URL or a relative path to the image.
Props
backgroundImage?: string
Example
/vertical-menu/vertical-nav/background-image
Source Code