sticky-popover
v0.0.4
Published
frontend api for positioning tooltip/popover content near the reference one
Downloads
4
Readme
sticky-popover
Its a set of some base APIs for showing and maintain popover content.
positioningApi
: Allows you to just "compute" the position of fixed popoverPopover
: allows you to place popover content and maintain it in the placeAbstractPopoverApi
: the abstract API for dynamically showing and removing popover content. It holds only logic and has no any popover engine inside.PopoverApi
- mostly abstract API for dynamically showing and removing popover content but hasPopover
engine inside