@extends('layouts.master') @section('title', 'Modernize Bootstrap Admin') @section('css') @endsection @section('pageContent') @include('layouts.breadcrumb', ['title' => 'Form Input Groups', 'subtitle' => 'Home'])
Add span with
.input-group-text
class before
<input>
Add span with
.input-group-text
class before
& after
<input>
Add span with
.input-group-text
class
after<input>
To use add
input-group-prepend
before input
field.
To use add
input-group-prepend & append
before and afetr input field.
To use add
input-group-append
after input
field.
To use add
input-group-prepend
before input
field.
To use add
input-group-prepend & append
before and afetr input field.
To use add
input-group-append
after input
field.
To use add button
in the prepend
div.
To use add button
in the prepend
and append div.
To use add button
in the append
div.
To use add
input-group-text
class in the
input-group-prepend class.
To use add
input-group-text
class in the
input-group-append class.
To use add form-control
two
times.
To use add form-control
two
times.
To use add button
in the prepend
class.
To use add button
in the append
class.
To use add dropdown
in the
prepend class div.
To use add dropdown
in the
append class div.