Hidden API
API reference docs for the React Hidden component. Learn about the props, CSS, and other APIs of this exported module.
Component demos
Import
import Hidden from '@mui/material/Hidden';
// or
import { Hidden } from '@mui/material';
Responsively hides children based on the selected implementation.
Props of the native component are also available.
The component cannot hold a ref.