gpbl / react-day-picker

DayPicker is a customizable date picker component for React. Add date pickers, calendars, and date inputs to your web applications.
https://daypicker.dev
MIT License
6.09k stars 732 forks source link

Update start.mdx #2526

Closed MisterMunchkin closed 1 month ago

MisterMunchkin commented 1 month ago

Pull Request Template

Thanks for your PR! Make sure you have read the CONTRIBUTING guide.

What's Changed

Updated the code snippet to show correct location of style.css. as of 9.1.3, the style.css is in the /src folder

Type of Change

Tips for a good PR

Thanks

Additional Notes

Add any extra comments or questions here.

gpbl commented 1 month ago

The original is correct, is this related to #2521?

MisterMunchkin commented 3 weeks ago

sorry for the late reply, I looked through the #2521 and I don't think theyre related. I followed the basic usage doc that shows importing react-day-picker/style.css but I get an error that states it can't find the css

image

import react-day-picker/src/style.css works though. Which is what I wanted to PR here.