bootstrap-vue
Version:
BootstrapVue, with more than 85 custom components, over 45 plugins, several custom directives, and over 300 icons, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. With extensive and automated W
17 lines (12 loc) • 489 B
JavaScript
// Icons Plugin
// These re-exports are not currently used, as Webpack 4 has
// issues with tree shaking re-exports of re-exports
// `/src/index.js` does a single level re-export `* from './icons/icons/icons'`
// Export all icons
export * from './icons'
// Export helper component
export { BIcon } from './icon'
// Export stacking component
export { BIconstack } from './iconstack'
// Plugin (an iconNames for docs)
export { IconsPlugin, BootstrapVueIcons, iconNames } from './plugin'