tooltip

@Composable
fun ITag<*>.tooltip(title: String, animation: Boolean = true, delay: Duration? = null, hideDelay: Duration? = null, placement: Placement? = null, triggers: List<Trigger>? = null, html: Boolean = false, sanitize: Boolean = true)

Add a tooltip to this component.

Return

Bootstrap tooltip instance

Parameters

title

tooltip title

animation

use animation

delay

delay before showing the tooltip (default 500ms)

hideDelay

delay before hiding the tooltip (defaults to delay)

placement

tooltip placement

triggers

tooltip triggers

html

use HTML in tooltip

sanitize

sanitize HTML in tooltip