Warning
The Popover component is a low-level component, used to template other components.
Do not use Popover directly, use Dropdown instead.
Popover component
Usage
Import
import { Popover } from '@passfort/castle'content_copyCopy
Example
If you would like to close the pop up from components within the popover itself, you can use the context to control the state.
content_copyCopy
live example
Z-index
When nesting, you may want to set the zIndex of the nested Popover.
content_copyCopy
live example