Last active
December 8, 2017 16:11
-
-
Save johnnyBira/1df243fa56d541aba8d4678aefae3ce9 to your computer and use it in GitHub Desktop.
column.js
This file contains hidden or 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
<Column | |
columns={{ m: 6, l: 3, xl: 2 }} | |
offset={{ m: 2, l: 3, xl: 4 }} | |
direction={{ m: 'reverse' }} | |
verticalAlignSelf={{ l: 'center' }} | |
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment