ContextMenu
ContextMenu is triggered by a right click and displays a menu at the pointer's position.
Theming
The ContextMenu is a multi part component.
ContextMenu inherits the style from Menu.
If you want to change the style of the component, please check here.
export const ContextMenu: ComponentMultiStyle<"ContextMenu"> = mergeMultiStyle(Menu,{baseStyle: {trigger: {},},},)()
Edit this page on GitHub

