0.1.1 • Published 8 months ago

@rs_scope/vue-kanban v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

lang: ru-RU title: Get started

description: Get started

Get Started

Instalation

npm i @rs_scope/vue-kanban

Data

const columns = [
    {
        status: 'Column - 1',
        items: [{id: 1, ... }, {id: 2, ...}]
    },
    {
        status: 'Column - 2',
        items: [{id: 3,...}]
    },
]

Template

<VueKanban
    :columns="columns"
    :options="options"
    @update="onUpdate"
/>
0.1.0

8 months ago

0.1.1

8 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.3

9 months ago

0.0.1

9 months ago