-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
Description
Related page
https://mui.com/material-ui/react-button/
Kind of issue
Missing information
Issue description
The Button component documentation page (/material-ui/react-button/) lists disableFocusRipple as a prop on the API page, but there are no demos on the component page that show what this prop does or how to use it.
A small demo showing a default button next to a button with disableFocusRipple={true} would make the prop's behavior clear, especially for keyboard navigation.
Context
I was trying to understand how the disableFocusRipple prop worked on the Button component. I expected to find a visual example on the main component page, but one was not available. I had to test it locally to see the effect. Adding this demo would save other developers that time.
Search keywords: Button, disableFocusRipple, disableFocusRipple demo, missing demo