kanbasu-vue

0.2.0 • Public • Published

Kanbasu Vue

Kanbasu components as Vue components.

Install

npm install kanbasu-vue

Usage

Import all components:

import Vue from 'vue';
import KanbasuVue from 'kanbasu-vue';

Vue.use(KanbasuVue);

Import specific components:

import { Grid, GridItem } from 'kanbasu-vue';

Vue.use(Grid);
Vue.use(GridItem);

Readme

Keywords

Package Sidebar

Install

npm i kanbasu-vue

Weekly Downloads

4

Version

0.2.0

License

MIT

Unpacked Size

695 kB

Total Files

26

Last publish

Collaborators

  • lebenleben