Skip to content

NOTMEE12/DashDragAndDropCards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drag and Drop cards example for Dash Plotly

DashDragAndDropCards.mp4

Tools/Projects used:

We use dragula for the dragging process, and we use dash mantine components for the looks.
Many thanks to https://community.plotly.com/t/drag-and-drop-cards/42480/2

Features:

  • order change
  • change cards column
  • Change tables
  • mirroring the database (the dimmed table below the normal one in the video)

How to run?

First install all the packages required:

pip install -r requirements.txt

then run:

python main.py --theme="dark"

Note

To change the amount of columns, open data.py and change column_amount value.
To change the amount of cards per column, open data.py and change card_amount_inside_columns.
To change amount of tables, change table_dimensions in data.py.

Releases

No releases published

Packages

No packages published