{% extends "partials/layouts/main-layout.html.twig" %} {% block body_attributes %} {% endblock %} {% block sidebar %} {% include "partials/sidebar.html.twig" %} {% endblock %} {% block hr_sidebar %} {% include "partials/horizontal-sidebar.html.twig" %} {% endblock %} {% block content %}
{% include "partials/breadcrumb.html.twig" with {'title': "Tooltips", 'subtitle': "Home"} %}

Tooltips Position

Just put this to any tag data-bs-toggle="tooltip" title="Default tooltip"

Popover Directions

Just put this to any tag data-container="body" title="Popover title" data-bs-toggle="popover" data-bs-placement="top" data-content="..."

Popover Dismiss on next click
Dismissible popover
Disabled elements
{% endblock %}