Module tooltip

Module tooltip 

Source
Expand description

Bootstrap tooltip and popover components.

Provides type-safe Bootstrap tooltips and popovers matching the Bootstrap tooltips documentation and Bootstrap popovers documentation.

Enums§

Placement
Tooltip/popover placement options.

Functions§

popover_button
Create a button with a popover.
popover_dismissible
Create a dismissible popover button (click to open, click again to close).
popover_hover
Create a link that triggers a popover on hover.
popover_html
Create a popover with HTML content.
tooltip_button
Create a button with a tooltip.
tooltip_html_button
Create a button with HTML tooltip content.
tooltip_link
Create a link with a tooltip.