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

1266 questions
-2
votes
1 answer

Vue.js - custom photo grid with custom overlay

how can i make a photos grid (each photo is a card) with custom overlay. when the user hover the photo, he will see the details overlay. so the user will see the photo and details on it. i tried to do this with "Beautify" and "Bootstrap-Vue" and did…
ggcarmi
  • 367
  • 2
  • 11
-3
votes
1 answer

cannot remove outline from dropdown

The bootstrap-vue dropdown menu always opens with a focus outline. I do not know why it is showing up. I tried to remove it by CSS but I don't want to have to remove it manually. here you can see the outline. This is the official page. Edit: there…
Asad ali
  • 115
  • 1
  • 10
-3
votes
1 answer

How to disable/enable text field according to a selected value in b-form-select?

I'm trying to enable/disable input text field according to values selected in b-form-select I would be grateful if anyone can help me.
DotNet
  • 13
  • 5
-4
votes
4 answers

How can I use data in the child component that are updated in parent component using Vue.js?

My parent component looks like this :