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) • 396 B
TypeScript
export { breadcrumbPlugin } from './breadcrumb';
export { createBootstrap } from './createBootstrap';
export { defaultsPlugin } from './defaults';
export { modalControllerPlugin } from './modalController';
export { modalManagerPlugin } from './modalManager';
export { popoverPlugin } from './popoverController';
export { rtlPlugin } from './rtl';
export { toastPlugin } from './toastController';