I am trying to create a feature like below:
I was thinking of either using a card/container. The goal is to have users be able to click on the dotted container which will create a new container. At the same time, users can keep on adding new containers up to a certain limit. Has anyone ever implemented this or is this even possible to do in Dash? Any help is appreciated!
Yes, that’s possible in Dash. If the content of the containers will have other interactive components, you can use pattern matching callbacks.
Here are 2 minimal examples:
1 Like