plotly / dash-daq

Control components for Dash
MIT License
141 stars 40 forks source link

Components are dynamically generated but I expect to override them #50

Open pbk0 opened 5 years ago

pbk0 commented 5 years ago

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.