Questions tagged [bootstrap-vue]

Provides implementation of Bootstrap v4.3 components and grid system for Vue.js 2.6+

Bootstrap-Vue

With BootstrapVue you can build responsive, mobile-first, and ARIA accessible projects on the web using Vue.js and the world's most popular front-end CSS library — Bootstrap v4

Resources

1650 questions
0
votes
0 answers

bootstrap vue b-table hangs or freezes some times that makes browser gets hang or stuck while searching or filtering

Btable freezes some times while filtring. You can see the time difference where it freezes , this makes whole browser get hang or stuck My Code
Sunil Kumar
  • 1,349
  • 3
  • 14
  • 25
0
votes
4 answers

Navbar Toggler Bootstrap with VueJS - close on click outside directive

Does anyone know if there is a simple method of closing the Boostrap-VueJS toggle navbar when clicking outside? I've tried multiple directive codes, tried the vue-click-outside plugin, and many different examples but without luck. It seems that when…
singamnv
  • 91
  • 2
  • 10
0
votes
1 answer

How to target HTML tags inside carousel

I have a quick question about BootstrapVue carousel: How can I target the HTML tag inside the b-carousel-slide component to change things like font size and so on? I know that you can change the HTML tag by using the text-tag prop (see my code…
stevefrenzel
  • 25
  • 1
  • 5
0
votes
1 answer

Footer in b-table is not displayed - Bootstrap-vue

I'm using the "bootstrap-vue" version: "2.0.0-rc.11", and I don't know why the footer in the table doesn't work. I tried the documentation examples, but it didn't work for me. My Code:
rufus05
  • 43
  • 1
  • 10
0
votes
1 answer

How can a Bootstrap-vue tooltip text be changed conditionally?

How can a Bootstrap-vue tooltip text be changed conditionally by a checkbox? How can the tooltip text be accessed to change it? Any help would be greatly appreciated. Vue component where a checkbox is attempting to change a tooltip: