An open API service indexing awesome lists of open source software.

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

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.

![gif-kanban](https://user-images.githubusercontent.com/60434681/83178293-ba868b00-a0f6-11ea-9634-d49fd80b9489.gif)

## 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/