UNPKG

bootstrap-vue

Version:

BootstrapVue provides one of the most comprehensive implementations of Bootstrap 4 components and grid system for Vue.js and with extensive and automated WAI-ARIA accessibility markup.

34 lines (33 loc) 964 B
{ "name": "@bootstrap-vue/carousel", "version": "1.0.0", "meta": { "title": "Carousel", "component": "bCarousel", "components": [ "bCarouselSlide" ], "events": [ { "event": "sliding-start", "description": "Emitted when transitioning to a new slide has started.", "args": [ { "arg": "slide", "description": "Slide number that is being slid to." } ] }, { "event": "sliding-end", "description": "Emitted when transitioning to a new slide has ended.", "args": [ { "arg": "slide", "description": "Slide number that was slid to." } ] } ] } }