I want to create a layout for a dashboard using dash_bootstrap_components that looks like this:
+---+---+---+
| | 2 | 3 |
| 1 |---+---+
| | 4 |
+---+-------+
Is this possible? Can someone help me figure out how to do this? Thanks :)
I tried a number of ways of getting this to work but I have found the way that dash bootstrap components works limiting. I haven't been able to get any components to span multiple rows, such as "1" in the diagram.