---
components: ["ContextMenu", "ContextMenuGroup", "ContextMenuRadioGroup", "ContextMenuOption", "ContextMenuDivider"]
---
In the examples, right click anywhere within the iframe.
## Default
By default, the context menu will trigger when right clicking anywhere in the `window`.
## Custom target
Specify a custom `HTMLElement` using the `target` prop.
## Multiple targets
The `target` prop also accepts an array of elements.
## Radio groups