-
How can I use react-day-picker without the custom styling? Next.js does not allow components from node_modules to import styles. You'll need custom styling. https://github.com/wojtekmaj/react-date-picker#custom-styling Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Answered by
gpbl
Nov 6, 2022
Replies: 1 comment
-
@Robert126 you can copy and import the style.css into your app, instead of importing it from node modules (e.g. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gpbl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Robert126 you can copy and import the style.css into your app, instead of importing it from node modules (e.g.
react-day-picker/dist/style.css
).