tooltips

Default positions

To add a tooltip we will need a container to wrap the element/s which will trigger the tooltip. The content of the tolltip should be inside a 'tooltip' attribute.

Top

Right

Bottom

Left

Visible

Adding an 'active' class, will show the tooltip.

HTML content

If you want to include HTML markup, you will need an extra container.

Hi there!

This is an HTML tooltip

All possible positions

By default tooltips are centered to the target element. Use the classnames in the tooltips to get the desired position.