Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthijskamstra/kluez-gantt
WIP experiment to create a flexible gantt planning
https://github.com/matthijskamstra/kluez-gantt
css haxe js
Last synced: 11 days ago
JSON representation
WIP experiment to create a flexible gantt planning
- Host: GitHub
- URL: https://github.com/matthijskamstra/kluez-gantt
- Owner: MatthijsKamstra
- License: mit
- Created: 2022-06-28T08:10:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T13:40:15.000Z (over 2 years ago)
- Last Synced: 2023-03-12T06:24:55.359Z (almost 2 years ago)
- Topics: css, haxe, js
- Language: Haxe
- Homepage: https://matthijskamstra.github.io/kluez-gantt/
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kluez-gantt
WIP experiment to create a flexible gantt planning
- https://mermaid-js.github.io/mermaid/#/gantt
This is a [Haxe](http://www.haxe.org) project, read more about it in the [README_HAXE.MD](README_HAXE.MD)!
![](icon.png)
## resources
- https://dev.to/dailydevtips1/making-divs-user-resizable-with-css-3ga
- https://medium.com/the-z/making-a-resizable-div-in-js-is-not-easy-as-you-think-bda19a1bc53d
- https://htmldom.dev/make-a-resizable-element/#### drag
- https://www.w3schools.com/howto/howto_js_draggable.asp
- https://www.kirupa.com/html5/drag.htmMaking a resizable div in JS is not easy as you think | by Nguyễn Việt Hưng | The happy lone guy | Medium
[https://medium.com/the-z/making-a-resizable-div-in-js-is-not-easy-as-you-think-bda19a1bc53d]
Make a resizable element - HTML DOM
[https://htmldom.dev/make-a-resizable-element/]
interact.js - JavaScript drag and drop, resizing and multi-touch gestures for modern browsers
[https://interactjs.io/docs/resizable/]