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) 771 B
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../breadcrumb/index.umd.js"),r=require("../defaults/index.umd.js"),o=require("../modalController/index.umd.js"),u=require("../modalManager/index.umd.js"),l=require("../popoverController/index.umd.js"),t=require("../rtl/index.umd.js"),d=require("../toastController/index.umd.js");exports.createBootstrap=(n={})=>({install(s){(n.breadcrumb??1)&&s.use(e.breadcrumbPlugin),(n.modalController??1)&&s.use(o.modalControllerPlugin),(n.modalManager??1)&&s.use(u.modalManagerPlugin),((n.rtl??1)||"object"==typeof n.rtl)&&s.use(t.rtlPlugin,n),(n.toast??1)&&s.use(d.toastPlugin),(n.popover??1)&&s.use(l.popoverPlugin),s.use(r.defaultsPlugin,n)}}); //# sourceMappingURL=index.umd.js.map