bootstrap-vue-next
Version:
BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.
20 lines (19 loc) • 674 B
JavaScript
import { bootstrapPlugin } from "./bootstrap/index.mjs";
import { breadcrumbPlugin } from "./breadcrumb/index.mjs";
import { createBootstrap } from "./createBootstrap/index.mjs";
import { modalControllerPlugin } from "./modalController/index.mjs";
import { modalManagerPlugin } from "./modalManager/index.mjs";
import { popoverPlugin } from "./popoverController/index.mjs";
import { rtlPlugin } from "./rtl/index.mjs";
import { toastPlugin } from "./toastController/index.mjs";
export {
bootstrapPlugin,
breadcrumbPlugin,
createBootstrap,
modalControllerPlugin,
modalManagerPlugin,
popoverPlugin,
rtlPlugin,
toastPlugin
};
//# sourceMappingURL=index.mjs.map