dash-draggable
is a Dash component library for building grid layouts in dash with draggable and resizable components.
Note: This project is still at an early stage 🚶, don't hesitate to report potential bugs and to suggest features 😊.
pip install dash-draggable
Note: This library requires dash.
Get started with:
- Install Dash and its dependencies: https://dash.plotly.com/installation
- Run
python usage.py
to experiment with a basic example (Note: you need to be connected to internet to run this example) - Visit http://localhost:5080 in your web browser
The documentation is still in progress, you can find it here.
- Design: Add themes
- Drag freely (without grid)
- Drag and drop items in list (trello-like)
Don't hesitate to suggest other features 💬
See CONTRIBUTING.md