-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GanttTimeline GanttBar GanttPopup #21
Comments
Those are kind of lower level components used to abstract some of the complexity of https://github.com/codejamninja/react-gantt/blob/master/demo/script.js |
1、now,I need to modify these kind of lower level components style,such as GanttTimeline style,how to modify ? |
At the moment you can't modify it without forking the repo and making a pull request. You could fork it and install it with npm the following way . . . npm install --save react-gantt@git+https://[email protected]/<YOUR_GITHUB_USERNAME>/react-gantt.git |
GanttTimeline GanttBar GanttPopup
How to use it?
The text was updated successfully, but these errors were encountered: