[docs] Hidden down props should be exclusive not inclusive #36657
Labels
bug 🐛
Something doesn't work
component: Hidden
The React component.
docs
Improvements or additions to the documentation
Duplicates
Related page
https://mui.com/material-ui/api/hidden/
Kind of issue
Other
Issue description
The docs for
<Hidden />
say that the down props hide the element at "this size and down". However, the code shows that it only hides the element below this size (i.e. the docs say inclusive and the code says exclusive).Context 🔦
No response
The text was updated successfully, but these errors were encountered: