https://github.com/borkdude/draggable-button-in-reagent
Very simple example of a draggable button in Reagent
https://github.com/borkdude/draggable-button-in-reagent
Last synced: 8 months ago
JSON representation
Very simple example of a draggable button in Reagent
- Host: GitHub
- URL: https://github.com/borkdude/draggable-button-in-reagent
- Owner: borkdude
- Created: 2014-10-10T22:19:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-16T22:39:00.000Z (almost 10 years ago)
- Last Synced: 2025-04-30T20:07:17.910Z (8 months ago)
- Language: Clojure
- Size: 5.86 KB
- Stars: 31
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
draggable-button-in-reagent
===========================
Very simple example of a draggable button in Reagent
Demo [here](http://michielborkent.nl/reagent-drag/).
On local machine, run once `make compile`. Then run on two different shells `make front` and `make server`.