@@include("partials/header.html")
@@include("partials/horizontal-header.html")
@@include("partials/breadcrumb.html", {"title": "Tooltips", "subtitle": 'Home'})
Dismissible popover
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="..."