dash-daq icon indicating copy to clipboard operation
dash-daq copied to clipboard

Components are dynamically generated but I expect to override them

Open pbk0 opened this issue 5 years ago • 0 comments

The python component classes are generated using _dash.development.component_loader.load_components. This limits typing information support also it is not that easy to override them.

Comparatively other dash component providing libraries provide <component_name>.py files.

I generally override these classes to offer some additional functionalities. Is this approach limited to dash_daq library or is it going to be rolled out to other dash component providing libraries?

It would be nice to have physical python files deployed with the package.

pbk0 avatar Jun 05 '19 17:06 pbk0