I want to use a tooltip from the bootstrap-vue. When I add
import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap-vue/dist/bootstrap-vue.css'
to get the tooltip style, then the whole view of my application is changing. Is it possible to import css only to my tooltip?
Bootstrap-Vue is a component library based entirely on the hugely popular Bootstrap frontend CSS framework. It provides a number of Vue. js components that ultimately render Bootstrap HTML markup decorated with the correct classes to be styled by the Bootstrap CSS files.
You can import the tooltip component from the src
folder, like this
import 'bootstrap-vue/src/components/tooltip'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With