UNPKG

vuikit

Version:

A Vuejs component library based on UIkit

10 lines (8 loc) 207 B
/** * Vuikit 0.7.0 * (c) 2018 Miljan Aleksic * @license MIT */ export { default as Tab } from './tab' export { default as TabItem } from './tab-item' export { default as TabVertical } from './tab-vertical'