<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.
styleKeys: 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.

Share
Share

Props

Hidden
This component is implemented using the <div /> as the root element. You can utilize the native attributes supported by <div /> tag. The ref is directly assigned to the root element, allowing you to access and manipulate it as needed.
See core props for additional props that can be applied to this component.
proptyperequireddescriptiondefault
xsboolean | nullfalse
Whether or not to hide the child content on xs screens
false
smboolean | nullfalse
Whether or not to hide the child content on sm screens
false
mdboolean | nullfalse
Whether or not to hide the child content on md screens
false
lgboolean | nullfalse
Whether or not to hide the child content on lg screens
false
xlboolean | nullfalse
Whether or not to hide the child content on xl screens
false

Related

Was this page useful?

Thanks for your feedback!

Feel free to include your name if you wish to have a follow up conversation.


Published: Jan 31, 2022Last updated: Sep 3, 2024