0.1.7 • Published 5 years ago

@gemcook/gantt-react v0.1.7

Weekly downloads
51
License
MIT
Repository
-
Last release
5 years ago

@gemcook/gantt-react

Getting Start

Install

yarn add

Import

Usage

const tasks = [
  [
    {
      id: '1-1',
      name: 'テスト',
      start: '2019-7-18',
      end: '2019-7-19',
    },
    {
      id: '1-2',
      name: '2行目',
      start: '2019-7-21',
      end: '2019-7-22',
    },
  ],
  [
    {
      id: '2-1',
      name: 'a',
      start: '2019-7-18',
      end: '2019-7-20',
      customClass: 'aa',
    },
  ],
];

const options = {
  headerHeight: 50,
  barHeight: 30,
  viewMode: 'Day',
  language: 'ja',
};

<Gantt tasks={tasks} options={options} />;

Contributing

Install

yarn

Running

make start

License

MIT

0.5.8-test

5 years ago

0.5.7-test

5 years ago

0.5.6-test

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.5.5-test

5 years ago

0.5.4-test

5 years ago

0.5.3-test

5 years ago

0.2.0

5 years ago

0.1.8-test

5 years ago

0.1.7-test

5 years ago

0.1.6-test

5 years ago

0.1.5

5 years ago

0.5.2-test

5 years ago

0.1.4

5 years ago

0.5.1-test

5 years ago

0.5.0-test

5 years ago

0.4.9-test

5 years ago

0.4.8-test

5 years ago

0.4.7-test

5 years ago

0.4.6-test

5 years ago

0.4.5-test

5 years ago

0.4.4-test

5 years ago

0.4.3-test

5 years ago

0.4.2-test

5 years ago

0.4.1-test

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.4.0-test

5 years ago

0.3.9-test

5 years ago

0.3.8-test

5 years ago

0.3.7-test

5 years ago

0.3.6-test

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.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.2.8-test

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.1

5 years ago

0.1.0

5 years ago