tooltip
fun <C : HTMLElement> Tag<HTMLElement>.tooltip(classes: String? = null, id: String? = null, scope: ScopeContext.() -> Unit = {}, tag: TagFactory<Tag<C>>, initialize: Tooltip<C>.() -> Unit)
Factory function to create a tooltip.
It is recommended to define some explicit z-index within the classes-parameter.
For more information refer to the official documentation
fun Tag<HTMLElement>.tooltip(classes: String? = null, id: String? = null, internalScope: ScopeContext.() -> Unit = {}, initialize: Tooltip<HTMLDivElement>.() -> Unit)
Factory function to create a tooltip with a HTMLDivElement as default Tag.
It is recommended to define some explicit z-index within the classes-parameter.
For more information refer to the official documentation