Update README.md
This commit is contained in:
parent
7a004ac2b1
commit
d3005290e7
14
README.md
14
README.md
@ -2,6 +2,12 @@
|
|||||||
<h2 align="center">Interactive Gantt Chart for React with TypeScript.</h2>
|
<h2 align="center">Interactive Gantt Chart for React with TypeScript.</h2>
|
||||||
<img src="https://user-images.githubusercontent.com/26743903/88215863-f35d5f00-cc64-11ea-81db-e829e6e9b5c8.png"/>
|
<img src="https://user-images.githubusercontent.com/26743903/88215863-f35d5f00-cc64-11ea-81db-e829e6e9b5c8.png"/>
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
|
```
|
||||||
|
npm install gantt-task-react
|
||||||
|
```
|
||||||
|
|
||||||
## How to use it
|
## How to use it
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
@ -33,6 +39,14 @@ You may handle actions
|
|||||||
/>
|
/>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## How to run example
|
||||||
|
|
||||||
|
```
|
||||||
|
cd ./example
|
||||||
|
npm install
|
||||||
|
npm start
|
||||||
|
```
|
||||||
|
|
||||||
## Gantt Configuration
|
## Gantt Configuration
|
||||||
|
|
||||||
### GanttProps
|
### GanttProps
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user