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.