plotly / dash-daq

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

Overwrite auto-generated className for nested components #63

Closed ycaokris closed 4 years ago

ycaokris commented 5 years ago

Inherited from styled-components, all daq components up to v0.1.7 are using auto-generated className for nested components. as shown below: daq

These are random characters hard to use for styling purpose. For consistency, it will be good to have component-specific className for easier tracking/styling in DOM tree.

cc @wbrgss