Package de.peekandpoke.kraft.addons.semanticui.popups

Types

Link copied to clipboard
class Popup(ctx: Ctx<Popup.Props>) : Component<Popup.Props>

Functions

Link copied to clipboard
fun Tag.Popup(content: DIV.() -> Unit): ComponentRef<Popup>
Link copied to clipboard
fun PopupsManager.ShowHoverPopup.topCenter(    tag: CommonAttributeGroupFacade,     appearance: SemanticTag.() -> SemanticTag = { this },     content: DIV.() -> Unit)
Link copied to clipboard
fun PopupsManager.ShowHoverPopup.topLeft(    tag: CommonAttributeGroupFacade,     appearance: SemanticTag.() -> SemanticTag = { this },     content: DIV.() -> Unit)
Link copied to clipboard
fun PopupsManager.ShowHoverPopup.topRight(    tag: CommonAttributeGroupFacade,     appearance: SemanticTag.() -> SemanticTag = { this },     content: DIV.() -> Unit)