How do we apply styled-component to react-calendar ? #871
Unanswered
robert-truong
asked this question in
Q&A
Replies: 1 comment
-
Like this: const MyCustomCalendar = styled(Calendar)`
calendar-styles: go-here;
.react-calendar__tile {
and-internal-classes: can-be-styled-here;
}
`; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
How do we apply styled-component to react-calendar ?
Beta Was this translation helpful? Give feedback.
All reactions