Topic: Tooltip on Navbar
Ignacio Mariano Chiodo pro asked 7 years ago
Damian Gemza staff answered 7 years ago
Hello Ignacio,
On my component it's works perfectly. If you want:
- Add the tooltip on your's <a> element, you have to add mdbTooltip="Tooltip on bottom" placement="bottom" to <a> element. Hover mouse on your's <a> to see the tooltip.
- Add the tooltip on your's <i> element, you have to add mdbTooltip="Tooltip on bottom" placement="bottom" to <i> element. Hover mouse on your's <i> to see the tooltip.
- Add the tooltip on your's <li> element, you have to add mdbTooltip="Tooltip on bottom" placement="bottom" to <li> element. Hover mouse on your's <li> to see the tooltip.
Look at my example. In my code, i put bottom tooltip on <a> element:
<li class="nav-item active" > <a class="nav-link waves-light"mdbTooltip="Tooltip on bottom"placement="bottom"mdbRippleRadius><iclass="fa fa-android"aria-hidden="true"></i></a> </li>
Best Regards,
Damian
Ignacio Mariano Chiodo pro commented 6 years ago
Thank you very much for your answer, it was working OK, it was a problem with my computer!FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- ForumUser: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No