Vistaprint

Visible

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

This text is visible only on Extra-Small screens
This text is visible only on Small screens
This text is visible only on Medium screens
This text is visible only on Large screens
Share
Share
jsx
jsx
<Visible xs>Visible only on xs</Visible>
<div class="visible-xs">Visible only on xs</div>
<!-- can be any tag, not just <div> -->

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