Skip to content
This repository was archived by the owner on Jul 2, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 278 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 278 Bytes

vue-sidebar

A sidebar component for VueJS inspired by Google's Material Design Navigation Draw spec.

Setup

import svg from 'vue-sidebar'
...
Vue.use(VueSidebar, {
  sprites : './sprites.svg',
  prefix  : 'icon-',
  class   : 'icon'
})

Usage

See example/app.vue