0.4.3 • Published 5 years ago

gantt-react-typescript-vendored v0.4.3

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

gantt-for-react

Frappe Gantt component for React wrapper, used with vendored definitions of Frappe Gantt.

npm npm npm

This is a fork of another wrapper, which uses the Frappe Gantt from dependencies.

1. Install

npm install --save gantt-react-typescript-vendored

2. Usage

import * as React from 'react';
import ReactGantt from 'gantt-react-typescript-vendored';

<ReactGantt
  tasks={this.getTasks()}
  view_mode={this.state.viewMode}
  on_click={this._func}
  on_date_change={this._func}
  on_progress_change={this._func}
  on_view_change={this._func}
  custom_popup_html={this._html_func}
/>

3. LICENSE

MIT

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.6

5 years ago

0.3.5

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago