<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5HGSQD2L" height="0" width="0" style="display:none;visibility:hidden" title="GTM"></iframe>

Hidden

Hidden is a utility feature that allows you to hide content based on the size of the user's screen/window.
styleKey: hidden

Hidden is a utility feature that allows you to hide content based on the size of the user's screen/window.

Usage

The preview has been updated.

Different props can be used to adjust visibility at Responsive System breakpoints, for example xs and lg. These overrides do not cascade to other breakpoints.

Props

Hidden
See core props for additional props that can be applied to this component.
proptyperequireddefault
xs
Whether or not to hide the child content on xs screens
booleannull
false
false
sm
Whether or not to hide the child content on sm screens
booleannull
false
false
md
Whether or not to hide the child content on md screens
booleannull
false
false
lg
Whether or not to hide the child content on lg screens
booleannull
false
false
xl
Whether or not to hide the child content on xl screens
booleannull
false
false

Related