Package de.peekandpoke.kraft.addons.popups

Types

Link copied to clipboard
class PopupComponent(ctx: Ctx<PopupComponent.Props>) : Component<PopupComponent.Props>
Link copied to clipboard
typealias PopupRenderer = FlowContent.(PopupsManager.Handle) -> Unit
Link copied to clipboard
class PopupsManager
Link copied to clipboard
class PopupsStage(ctx: Ctx<PopupsStage.Props>) : Component<PopupsStage.Props>

Functions

Link copied to clipboard
fun Tag.PopupComponent(    target: HTMLElement,     positioning: (target: HTMLElement, contentSize: Vector2D) -> Vector2D,     handle: PopupsManager.Handle,     content: PopupRenderer): ComponentRef<PopupComponent>
Link copied to clipboard
fun Tag.PopupsStage(popups: PopupsManager): ComponentRef<PopupsStage>