Backdrop Color
The backdrop color is the background color of the overlay that appears behind the navigation sidebar when it is open. The backdrop color can be changed by setting the backdropColor
prop to any valid CSS value for background-color.
Props
backdropColor?: string
Default Value
backdropColor='rgba(0, 0, 0, 0.3)'
Examples
/vertical-menu/vertical-nav/backdrop-color
Source Code