UNPKG

bootstrap-vue-next

Version:

BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.

9 lines (8 loc) 398 B
export { bootstrapPlugin } from './bootstrap'; export { breadcrumbPlugin } from './breadcrumb'; export { createBootstrap } from './createBootstrap'; export { modalControllerPlugin } from './modalController'; export { modalManagerPlugin } from './modalManager'; export { popoverPlugin } from './popoverController'; export { rtlPlugin } from './rtl'; export { toastPlugin } from './toastController';