|
|
@ -465,14 +465,16 @@ type : 'UI Collection' |
|
|
|
<h4 class="ui header">Inline</h4> |
|
|
|
<p>Multiple fields may be inline in a row</p> |
|
|
|
<div class="ui form"> |
|
|
|
<div class="ui two inline fields"> |
|
|
|
<div class="ui inline fields"> |
|
|
|
<div class="field"> |
|
|
|
<label>First name</label> |
|
|
|
<input type="text" placeholder="First Name"> |
|
|
|
<label>Phone Number</label> |
|
|
|
<input type="text" placeholder="(xxx)"> |
|
|
|
</div> |
|
|
|
<div class="field"> |
|
|
|
<label>Last name</label> |
|
|
|
<input type="text" placeholder="Last Name"> |
|
|
|
<input type="text" placeholder="xxx"> |
|
|
|
</div> |
|
|
|
<div class="field"> |
|
|
|
<input type="text" placeholder="xxxx"> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|