UNPKG

bootstrap-vue

Version:

BootstrapVue, with over 40 plugins and more than 75 custom components, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. With extensive and automated WAI-ARIA accessibility markup.

46 lines (43 loc) 1.23 kB
import { BvPlugin } from '../' // Default export is a plugin that installs all plugins declare const BVComponentsPlugin: BvPlugin export default BVComponentsPlugin // Export all components as named exports export * from './alert' export * from './badge' export * from './breadcrumb' export * from './button' export * from './button-group' export * from './button-toolbar' export * from './card' export * from './carousel' export * from './collapse' export * from './dropdown' export * from './embed' export * from './form' export * from './form-checkbox' export * from './form-file' export * from './form-group' export * from './form-input' export * from './form-radio' export * from './form-select' export * from './form-textarea' export * from './image' export * from './input-group' export * from './jumbotron' export * from './layout' export * from './link' export * from './list-group' export * from './media' export * from './modal' export * from './nav' export * from './navbar' export * from './pagination' export * from './pagination-nav' export * from './popover' export * from './progress' export * from './spinner' export * from './table' export * from './tabs' export * from './toast' export * from './tooltip'