Package-level declarations

Types

Link copied to clipboard

Tooltip / Popover placements.

Link copied to clipboard

Tooltip / Popover triggers.

Functions

Link copied to clipboard

Disable popover.

Link copied to clipboard

Disable tooltip.

Link copied to clipboard

Dispose popover.

Link copied to clipboard

Dispose tooltip.

Link copied to clipboard

Enable popover.

Link copied to clipboard

Enable tooltip.

Link copied to clipboard
fun ITag<*>.hidePopover()

Hide popover.

Link copied to clipboard
fun ITag<*>.hideTooltip()

Hide tooltip.

Link copied to clipboard
@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.

Link copied to clipboard
fun ITag<*>.showPopover()

Show popover.

Link copied to clipboard
fun ITag<*>.showTooltip()

Show tooltip.

Link copied to clipboard

Toggle popover.

Link copied to clipboard

Toggle tooltip.

Link copied to clipboard
@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.