vue-strap icon indicating copy to clipboard operation
vue-strap copied to clipboard

Bootstrap components built with Vue.js

Results 100 vue-strap issues
Sort by recently updated
recently updated
newest added

``` import { progressbar } from "vue-strap"; export default { components: { progressbar }, } ``` After i have imported this into my component the color only shows blue and...

There were two issues in the `` component that are addressed by this MR: * The date passed in was not getting formatted according to the `format` prop, which can...

- Fixed the 'loading' translation - Added the pt-BR translation for the 'selected' property

I set the value `fixed` to either true or false and the spinner renders full screen. I'm expecting it to render inline when` fixed` is set to false (default).

When a user click on an internal link in modal, javascript doesn't remove the 'modal-open' class from document.body because 'transition' watcher isn't triggered I added in the beforeDestroy() function, 3...

I am trying to select a link in the tooltip content. As soon as I move my cursor over the tooltip content, it fades away. ![popover](https://user-images.githubusercontent.com/2798097/45851916-0235fc00-bcf2-11e8-9783-16c14bb0d9b4.gif) Does it need a...

Radio component previously affected global radio styles. Should be not

I tried to install vue-strap using this command `npm install github:wffranco/vue-strap --save` but getting this error. ![image](https://user-images.githubusercontent.com/4952560/42319086-8fa7ad9c-806e-11e8-98b2-05a88b90a1ff.png) May anyone help me to resolve this issue?