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

0.0.7 • 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

343

Version

0.0.7

License

none

Unpacked Size

686 kB

Total Files

5

Last publish

Collaborators

  • razzhivin_sergey