0.2.0 • Published 5 years ago

@gemcook/gantt v0.2.0

Weekly downloads
30
License
MIT
Repository
github
Last release
5 years ago

@gemcook/gantt

Getting Start

Install

yarn add @gemcook/gantt

Import

JavaScript

import Gantt from '@gemcook/gantt';

SCSS

@import '~@gemcook/gantt/lib/styles/index';

Usage

const tasks = [
    [
        {
            start: '2019-06-20',
            end: '2019-06-23',
            name: 'Task 1-1',
            id: 'Task 1-1'
        },
        {
            start: '2019-06-26',
            end: '2019-06-29',
            name: 'Task 1-2',
            id: 'Task 1-2',
            progress: 20
        }
    ],
    [
        {
            start: '2019-06-20',
            end: '2019-06-23',
            name: 'Task 2',
            id: 'Task 2'
        }
    ],
    [
        {
            start: '2019-06-20',
            end: '2019-06-23',
            name: 'Task 3',
            id: 'Task 3',
            progress: 10
        }
    ]
];

Contributing

Install

yarn

Running

make start

  • Web サーバが起動する訳ではないので、更新の度に make start を実行する必要があります

License

MIT

0.3.7-test

5 years ago

0.2.0

5 years ago

0.1.9

5 years ago

0.3.6-test

5 years ago

0.1.9-test

5 years ago

0.1.8

5 years ago

0.3.5-test

5 years ago

0.3.4-test

5 years ago

0.3.3-test

5 years ago

0.1.7

5 years ago

0.3.2-test

5 years ago

0.3.1-test

5 years ago

0.3.0-test

5 years ago

0.2.9-test

5 years ago

0.1.6

5 years ago

0.2.8-test

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.2.7-test

5 years ago

0.2.6-test

5 years ago

0.2.5-test

5 years ago

0.2.4-test

5 years ago

0.2.3-test

5 years ago

0.2.2-test

5 years ago

0.2.1-test

5 years ago

0.2.0-test

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago