tcbegley / dash-bootstrap-css

Bootstrap CSS for use with Plotly Dash
Apache License 2.0
61 stars 28 forks source link

Add support for small, medium and large inputs. #3

Open tcbegley opened 5 years ago

tcbegley commented 5 years ago

The dropdown and date picker styles are informed by the form-control class in Bootstrap. It would be good to support sizing of these like Bootstrap does through the form-control-sm and form-control-lg classes.

The best way to do this is likely by applying an additional class to a parent of the component in question. E.g. dash-bootstrap-sm.