-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs] Fix some links to date picker docs #4362
Conversation
These are the results for the performance tests:
|
a00f5a2
to
686608c
Compare
I did not create a pickers home page for now. The closest we have is the Getting Started page. |
@@ -38,7 +38,7 @@ type StaticDateTimePickerComponent = (<TDate>( | |||
* | |||
* Demos: | |||
* | |||
* - [Date Time Picker](https://mui.com/components/x/react-date-pickers/date-time-picker/) | |||
* - [Date Time Picker](https://mui.com/x/react-date-pickers/date-time-picker/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In MUI Core, I believe these comments are generated automatically and kept in sync in each PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will probably have improvements to do for this part indeed
The /components/ folder looked wrong, this seems to be a safe change.
Two thoughts:
@mui/x-date-picker
package "homepage" link to?/x/react-date-pickers/
or the specific component. I kind of like the former for suggesting it's a broad package, date picker, time picker, etc.