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
1 answer

How to validate input from BootstrapVue form with VeeValidate?

I have a form which is built with BootstrapVue. In order to validate the form input, I came across VeeValidate. The select input is part of a longer form and currently looks like this:
...
bauhausweb
  • 135
  • 1
  • 13
0
votes
1 answer

Error remove plenty of css in: optimize bootstrap-vue in nuxtjs - using Purecss

I used the component groups and directives as Vue plugins in nuxtjs. I also use Carousel in bootstrap and 2 plugins of Vue were VueCarousel and Vue-Carousel 3D After build in production => PurecssPlugin remove a lot of unused Css => It's good! But…
0
votes
2 answers

Is it possible to concatenate class properties in vuejs?

General Question: I was wondering if I can concatenate class properties based on condition. See pseudo-code in the v-forline. My use-case: I want to align all images that have an even index at the right side. If I use flex flex-row-reverse for the…
Maeaex1
  • 703
  • 7
  • 36
0
votes
1 answer

Modal is closing after submit form even if I have errors Vuejs

I created a validation with vuelidate but after I submit the form modal is closing even if I have errors. I am using Bootstrap-Vue with VueJs. I want that the model to be open if I get an error after submit.
Beusebiu
  • 1,433
  • 4
  • 23
  • 68
0
votes
1 answer

BootstrapVue b-form-checkbox&radio vertical center in Vuetify?

I'm using Vuetify as our primary framework and added some of Bootstrap-Vue components like b-form-checkbox&radio. I'm trying to figure it out how to vertical center my bootstrap-vue checkbox and text. so far, I've…
Chawchawchaw
  • 203
  • 1
  • 4
  • 13
0
votes
2 answers

How to communicate with modal in bootstrap vue

I have a complex modal that I've put in it's own component. It works on a copy of the passed model, to allow the user to cancel the action.