Package dev. fritz2. components. popup
Types
Link copied to clipboard
Placement combines the position information (top and left coordinates) and the possible placement alternatives used by the PopupComponent.flipping automatic placement mode.
Link copied to clipboard
This object offers some values for setting up the placement of some popup.
Link copied to clipboard
This component creates a popup.
Link copied to clipboard
class Positioning( triggerInformation: TriggerInformation, element: HTMLDivElement, offset: Double, placement: Placement, flipping: Boolean = true)
Content copied to clipboard
This class helps to find the right positioning of the PopupComponent.content
Link copied to clipboard
data class TriggerInformation( val id: String = "", val active: Boolean = false, val domRect: DOMRect = DOMRect())
Content copied to clipboard
Foundation class of the popper data handling