popover

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

Add a popover to this component.

Return

Bootstrap popover instance

Parameters

content

popover content

title

popover title

animation

use animation

delay

delay before showing the popover (default 500ms)

hideDelay

delay before hiding the popover (defaults to delay)

placement

popover placement

triggers

popover triggers

html

use HTML in popover

sanitize

sanitize HTML in popover