plotly / dash-daq

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

Slider should auto size to fit Div #76

Closed flyingcujo closed 2 years ago

flyingcujo commented 4 years ago

For better styling, it would be nice if the daq.slider would auto-fit to its html.Div container. If vertical=True, it should autosize to height of Div; likewise, if vertical=False, it should autosize to width of Div.