UNPKG

bootstrap-vue-next

Version:

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

10 lines (9 loc) 419 B
export { breadcrumbPlugin } from './breadcrumb'; export { createBootstrap } from './createBootstrap'; export { defaultsPlugin } from './defaults'; export { modalControllerPlugin } from './modalController'; export { modalManagerPlugin } from './modalManager'; export { popoverPlugin } from './popover'; export { rtlPlugin } from './rtl'; export { toastPlugin } from './toast'; export { tooltipPlugin } from './tooltip';