UNPKG

@nativescript-community/ui-drawer

Version:

Easily add a side drawer (side menu) to your projects.

10 lines 271 B
import DrawerComp from './component'; const DrawerPlugin = { install(Vue) { Vue.registerElement('Drawer', () => require('../index').Drawer, { component: DrawerComp }); } }; export default DrawerPlugin; //# sourceMappingURL=index.js.map