-
-
Rishi Chopra
Mauris blandit erat id nunc blandit, ac eleifend dolor pretium.
-
Neha Kannned
Proin at elit vel est condimentum elementum id in ante. Maecenas et sapien metus.
-
Nirmala Chauhan
Morbi maximus urna lobortis elit sollicitudin sollicitudieget elit vel pretium.
-
Sina Ray
Sed aliquam augue sit amet mauris volutpat hendrerit sed nunc eu diam.
-
-
John E. Grainger
View my profile
- Dashboard
-
Apps
- Calendar
- Chat
- Ecommerce
- Kanban
- Project
- File Manager
- CRM
- Invoice
- Profile
- Blog
-
Layouts & Pages
- Pages
- Authentication
- Layouts
-
UI Components
- Components
- Menu Level
-
Documentation
- Docs

Unlimited Access
Upgrade your plan from a Free trial, to select Business Plan. Start Now
Upgrade NowTooltips
Documentation and examples for adding custom Bootstrap tooltips with CSS and JavaScript using CSS3 for animations and data-attributes for local title storage.
Examples
Hover over the buttons below to see the four tooltips directions: top, right, bottom, and left.
<!-- tooltip on top -->
<button type="button" class="btn btn-secondary" data-bs-toggle="tooltip" data-placement="top" title="Tooltip on top">
Tooltip on top
</button>
<!-- tooltip on right -->
<button type="button" class="btn btn-secondary" data-bs-toggle="tooltip" data-placement="right" title="Tooltip on right">
Tooltip on right
</button>
<!-- tooltip on bottom -->
<button type="button" class="btn btn-secondary" data-bs-toggle="tooltip" data-placement="bottom" title="Tooltip on bottom">
Tooltip on bottom
</button>
<!-- tooltip on left -->
<button type="button" class="btn btn-secondary" data-bs-toggle="tooltip" data-placement="left" title="Tooltip on left">
Tooltip on left
</button>