UNPKG

devkit-base-components

Version:

Devkit Base Components is a Vue plugin offering a collection of reusable, headless components designed to streamline your Vue.js development workflow. Built for flexibility and maintainability, this library gives you complete control over styling and beha

10 lines (9 loc) 524 B
export { default as AppBtn } from './AppBtn.vue'; export { default as AppIcon } from './AppIcon.vue'; export { default as AppImage } from './AppImage.vue'; export { default as AppThemeToggler } from './AppThemeToggler.vue'; export { default as AppLocaleToggler } from './AppLocaleToggler.vue'; export { default as AppSection } from './AppSection.vue'; export { default as AppDialog } from './AppDialog.vue'; export { default as AppBreadcrumb } from './AppBreadcrumb.vue'; export { default as AppMenu } from './AppMenu.vue';