gantt-for-react-typescript
TypeScript icon, indicating that this package has built-in type declarations

0.3.3 • Public • Published

gantt-for-react

Frappe Gantt component for React wrapper.

npm npm npm

1. Install

npm install --save gantt-for-react

2. Usage

import React from 'react';
import ReactGantt from 'gantt-for-react';
 
<ReactGantt
  tasks={this.getTasks()}
  viewMode={this.state.viewMode}
  onClick={this._func}
  onDateChange={this._func}
  onProgressChange={this._func}
  onViewChange={this._func}
  customPopupHtml={this._html_func}
/>

3. LICENSE

MIT

Package Sidebar

Install

npm i gantt-for-react-typescript

Weekly Downloads

1

Version

0.3.3

License

MIT

Unpacked Size

16.6 kB

Total Files

10

Last publish

Collaborators

  • cerberuser