npm

@rs_scope/vue-kanban
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

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"
/>

Readme

Keywords

none

Package Sidebar

Install

npm i @rs_scope/vue-kanban

Weekly Downloads

4

Version

0.1.1

License

none

Unpacked Size

591 kB

Total Files

5

Last publish

Collaborators

  • razzhivin_sergey