Material-ui-pickers: styled-components or how to style material-ui-pickers

Created on 25 Jan 2018  路  1Comment  路  Source: mui-org/material-ui-pickers

I'm using styled-components to style most of my material UI components and everything works fine...but not with material-ui-pickers...any idea how to style or inject css?

also how to grab different elements from material-ui-pickers and change the style?

Thanks,
Lucas

>All comments

No ><
You have no ability to style pickers because its just really hard to provide high-level styling api, we have used material-ui style system (jss) and if you want you can open a PR to add ability adding classNames to each child component, but it would not be easy.
Secondary you can fully override text-input with TextFieldComponent and Pickers are really pretty-looks 馃樃 and no really a lot of people need to override something.

Was this page helpful?
0 / 5 - 0 ratings