-
-
Notifications
You must be signed in to change notification settings - Fork 32.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-infra] Support anchor link to each prop #36544
Comments
got this idea while answering this issue #36538 (comment) |
This comment was marked as resolved.
This comment was marked as resolved.
I recall @eps1lon explored this idea in the past but I can't find the PR back. I can't recall exactly why we didn't move forward. At a minimum, having a hidden id so that maintainers can link to rows directly in big tables like https://mui.com/x/api/data-grid/data-grid/ seems like a step forward. If we make it visible to the developers, there is a need for a design reflection on how we can make it feel great. One benchmark:
|
I tried a POC on this topic #35543 But yes, the design is clearly the main blocker here. |
What's the problem? 🤔
I think there is scope to improve on sharing props. Currently we can only share props section of an component not an individual prop of an component, I think it's good to have a sharable link for an individual prop
What are the requirements? ❓
No response
What are our options? 💡
No response
Proposed solution 🟢
If you want to share
inputProps
of textfield component, url could be something like this Something like this https://mui.com/material-ui/api/text-field/#props#inputProps and on opening the URL, UI should displayinputProps
sectionResources and benchmarks 🔗
No response
The text was updated successfully, but these errors were encountered: