https://github.com/rodrigo-dev7/simple-kanban-board
Drag end Drop com HTML, CSS e Javascript
https://github.com/rodrigo-dev7/simple-kanban-board
css drag-and-drop html javascript kanban-board todo-list
Last synced: 26 days ago
JSON representation
Drag end Drop com HTML, CSS e Javascript
- Host: GitHub
- URL: https://github.com/rodrigo-dev7/simple-kanban-board
- Owner: Rodrigo-dev7
- Created: 2020-05-28T18:17:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-29T22:27:18.000Z (almost 6 years ago)
- Last Synced: 2025-10-25T03:42:57.617Z (7 months ago)
- Topics: css, drag-and-drop, html, javascript, kanban-board, todo-list
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo Simple kanban
Drag and Drop API(arrastar e soltar) habilitam aplicações a usar funcionalidades de arrastar e soltar através do navegador.

## Events
```
dragstart # Fired when the drag starts.
drag # As the element is being dragged around.
dragend # Fired when the drag stops.
dragenter # When the mouse enters the boundaries of an element.
dragover # As the element is being dragged over anotherelement.
dragleave # When the mouse exits the boundaries of an element.
drop # Fired when the element is being dropped.
```
- Acesse: https://rodrigo-dev7.github.io/simple-kanban-board/