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

Visible

Show content based on the size of the user's screen/window.
styleKey: visible

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

Visible
See core props for additional props that can be applied to this component.
proptyperequireddefault
xs
Whether or not the content should be visible on extra-small screens
booleannull
false
false
sm
Whether or not the content should be visible on small screens
booleannull
false
false
md
Whether or not the content should be visible on medium screens
booleannull
false
false
lg
Whether or not the content should be visible on large screens
booleannull
false
false
xl
Whether or not the content should be visible on extra-large screens
booleannull
false
false

Related