-
It will be good if you provide wrapperClass as props to override wrapper class of the component |
Beta Was this translation helpful? Give feedback.
Answered by
wojtekmaj
Apr 25, 2022
Replies: 1 comment 2 replies
-
Pass
https://codesandbox.io/s/react-time-picker-custom-css-xwk0uc You can also style it that way with e.g. styled-components: https://codesandbox.io/s/react-time-picker-styled-components-gg7djb |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
wojtekmaj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pass
className="myClassName"
and the use nested styles:https://codesandbox.io/s/react-time-picker-custom-css-xwk0uc
You can also style it that way with e.g. styled-components:
https://codesandbox.io/s/react-time-picker-styled-components-gg7djb