Vistaprint

Hidden

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

This text is hidden on Medium screens
Share
Share
jsx
jsx
<Hidden xs>Hidden on xs</Hidden>
<div class="hidden-xs">Hidden on xs</div>
<!-- can be any tag, not just <div> -->

Visible - a complementary component that allows you to show content based on the size of the user's screen/window