React
Compound trigger and content with outside-click and Escape dismissal.

import { Popover } from "@hozorica/hods-react/popover";booleanControlled and uncontrolled visibility.(open) => voidCalled when visibility changes.top-start | top-end | bottom-start | bottom-endContent alignment around the trigger.number | stringPopover content width.Compound trigger and content with outside-click and Escape dismissal.
Use BottomSheet for equivalent mobile contextual panels.
<PopoverRoot><PopoverTrigger><button>Open</button></PopoverTrigger><PopoverContent>Content</PopoverContent></PopoverRoot>