Last active
March 4, 2018 21:27
-
-
Save UnderlineWords/5b2ae846cd61a80b8db4 to your computer and use it in GitHub Desktop.
Horizontal Form for Semantic UI
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="ui form"> | |
<div class="two fields"> | |
<div class="four wide field"> | |
<label> | |
Input Label | |
</label> | |
</div> | |
<div class="twelve wide field"> | |
<input type="text" value="" placeholder="Input placeholder..."> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks