React Bootstrap Outlined Tooltip Style/CSS

calvinpak

CP

Posted on May 31, 2020

React Bootstrap Outlined Tooltip Style/CSS

Default Bootstrap Tooltip

The default Bootstrap tooltip could use some styling help.
Alt Text

Outlined Tooltip

Let's change it to outlined with drop-shadow and proper spacing!
Alt Text

Implementation details

This is implemented with reactstrap and styled-components. You can see the CSS in each styled component file in /styles/Tooltip*.js. It should be fairly easy to customize with your own design, too.

💖 💪 🙅 🚩
calvinpak
CP

Posted on May 31, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related