Created
December 3, 2016 19:02
-
-
Save guzmonne/0f19741c6bd10c630097a56888fe4576 to your computer and use it in GitHub Desktop.
Office UI Fabric Grid example. Taken from the documentation site.
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
<div class="ms-Grid"> | |
<div class="ms-Grid-row"> | |
<div class="ms-Grid-col ms-u-sm6 ms-u-md4 ms-u-lg2">A</div> | |
<div class="ms-Grid-col ms-u-sm6 ms-u-md8 ms-u-lg10">B</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment