Hi, I’ve been having a great deal of fun messing about with Dash the last couple of days, and have created a custom component for doing customisable grids in dash. The base component is a pretty simple wrapper around the react component, however there is a significant amount of additional work involved to make a functional dash app with it. To do this I’ve created some additional Python classes that somewhat simplify generating callbacks when components are resized, and was wondering if there was a standardised way to include these in a published component? Or should it be a separate package?!
1 Like