Created
September 25, 2019 13:55
-
-
Save lanekatris/0545a2411536aebb334c2ec5d3f31b34 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Segment.Group> | |
<Responsive as={Segment} {...Responsive.onlyMobile}> | |
Mobile | |
</Responsive> | |
<Responsive as={Segment} {...Responsive.onlyTablet}> | |
Tablet | |
</Responsive> | |
<Responsive as={Segment} {...Responsive.onlyComputer}> | |
Computer | |
</Responsive> | |
<Responsive as={Segment} {...Responsive.onlyLargeScreen}> | |
Large Screen | |
</Responsive> | |
<Responsive as={Segment} {...Responsive.onlyWidescreen}> | |
Widescreen | |
</Responsive> | |
</Segment.Group> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment