Package dev.fritz2.components.popup

Types

Link copied to clipboard
sealed class Placement

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
object PlacementContext

This object offers some values for setting up the placement of some popup.

Link copied to clipboard
open class PopupComponent : EventProperties<HTMLElement>

This component creates a popup.

Link copied to clipboard
class Positioning(    triggerInformation: TriggerInformation,     element: HTMLDivElement,     offset: Double,     placement: Placement,     flipping: Boolean = true)

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())

Foundation class of the popper data handling