plotly / dash-daq

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

Add id to DarkThemeProvider #174

Open xlegs opened 2 years ago

xlegs commented 2 years ago

Since DarkThemeProviderdoes not have an id, it is not possible to use its themeattribute as an output to a callback.

Please add this, as it would allow for a global dark mode toggle on multipage apps.