bootstrap-vue-next
Version:
BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.
40 lines (39 loc) • 1.11 kB
TypeScript
export * from './BAccordion';
export * from './BAlert';
export * from './BAvatar';
export * from './BBadge';
export * from './BBreadcrumb';
export * from './BButton';
export * from './BCard';
export * from './BCarousel';
export * from './BCollapse';
export * from './BContainer';
export * from './BDropdown';
export * from './BForm';
export * from './BFormCheckbox';
export * from './BFormFile';
export * from './BFormGroup';
export * from './BFormInput';
export * from './BFormRadio';
export * from './BFormSelect';
export * from './BFormSpinbutton';
export * from './BFormTags';
export * from './BFormTextarea';
export * from './BImg';
export * from './BInputGroup';
export * from './BLink';
export * from './BListGroup';
export * from './BModal';
export * from './BNav';
export * from './BNavbar';
export * from './BOffcanvas';
export * from './BOverlay';
export * from './BPagination';
export * from './BPlaceholder';
export * from './BPopover';
export * from './BProgress';
export * from './BSpinner';
export * from './BTable';
export * from './BTabs';
export * from './BToast';
export * from './BTooltip';