UNPKG

bootstrap-vue-next

Version:

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

3 lines (2 loc) 835 B
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../breadcrumb/index.umd.js"),r=require("../bootstrap/index.umd.js"),o=require("../modalController/index.umd.js"),u=require("../modalManager/index.umd.js"),t=require("../popoverController/index.umd.js"),l=require("../rtl/index.umd.js"),i=require("../toastController/index.umd.js"),s=require("../showHide/index.umd.js");exports.createBootstrap=(d={})=>({install(n){(d.breadcrumb??1)&&n.use(e.breadcrumbPlugin),(d.modalController??1)&&n.use(o.modalControllerPlugin),(d.modalManager??1)&&n.use(u.modalManagerPlugin),((d.rtl??1)||"object"==typeof d.rtl)&&n.use(l.rtlPlugin,d),(d.toast??1)&&n.use(i.toastPlugin),(d.popover??1)&&n.use(t.popoverPlugin),n.use(s.showHidePlugin),n.use(r.bootstrapPlugin,d)}}); //# sourceMappingURL=index.umd.js.map