tcbegley/dash-bootstrap-css

Add support for small, medium and large inputs.

tcbegley opened this issue · 0 comments

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.