-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
Description
Hi, I wanted to know if there is a way to add grid support like in bootstrap where you can do the following:
<div class="row">
<div class="col-xs-2">
<input type="text" class="form-control">
</div>
<div class="col-xs-3">
<input type="text" class="form-control">
</div>
<div class="col-xs-4">
<input type="text" class="form-control">
</div>
</div>
This would be awesome for bigger forms.
Thanks.