UNPKG

vuikit

Version:

A Vuejs component library based on UIkit

10 lines (8 loc) 243 B
/** * Vuikit 0.7.0 * (c) 2018 Miljan Aleksic * @license MIT */ export { default as Offcanvas } from './offcanvas' export { default as OffcanvasContent } from './offcanvas-content' export { default as OffcanvasClose } from './offcanvas-close'