laravel-bootstrap-4-forms icon indicating copy to clipboard operation
laravel-bootstrap-4-forms copied to clipboard

Is it possible to create horizontal form?

Open NickKingston opened this issue 6 years ago • 2 comments

https://getbootstrap.com/docs/4.0/components/forms/#horizontal-form Something like this:

<form>
  <div class="form-group row">
    <label for="inputEmail3" class="col-sm-2 col-form-label">Email</label>
    <div class="col-sm-10">
      <input type="email" class="form-control" id="inputEmail3" placeholder="Email">
    </div>
  </div>
</form>

NickKingston avatar Jun 17 '19 15:06 NickKingston

Good point, @NickKingston . For now, only default and inline are available. But I can do this soon :) I will leave this open, and close when this feature is implemented.

Thanks!

netojose avatar Jun 17 '19 16:06 netojose

is this a duplicate from #53 ?

str avatar Aug 06 '19 20:08 str