Elements
© Copyright Bigbag Store Bootstrap Template by Abdus.
<!-- Default button group -->
<div class="btn-group" role="group" aria-label="Basic example">
<button type="button" class="btn btn-primary">Left</button>
<button type="button" class="btn btn-primary">Middle</button>
<button type="button" class="btn btn-primary">Right</button>
</div>
<!-- Mixed styles -->
<div class="btn-group" role="group" aria-label="Basic mixed styles example">
<button type="button" class="btn btn-danger">Left</button>
<button type="button" class="btn btn-warning">Middle</button>
<button type="button" class="btn btn-success">Right</button>
</div>
<!-- Outlined button group -->
<div class="btn-group" role="group" aria-label="Basic example">
<button type="button" class="btn btn-primary-outlined">Left</button>
<button type="button" class="btn btn-primary-outlined">Middle</button>
<button type="button" class="btn btn-primary-outlined">Right</button>
</div>
<!-- Rounded button group -->
<div class="btn-group" role="group" aria-label="Basic example">
<button type="button" class="btn btn-success btn-rounded">Left</button>
<button type="button" class="btn btn-success btn-rounded">Middle</button>
<button type="button" class="btn btn-success btn-rounded">Right</button>
</div>
Example:
<!-- Small button group -->
<div class="btn-group" role="group" aria-label="Basic example">
<button type="button" class="btn btn-secondary btn-sm">Left</button>
<button type="button" class="btn btn-secondary btn-sm">Middle</button>
<button type="button" class="btn btn-secondary btn-sm">Right</button>
</div>
<!-- Medium button group -->
<div class="btn-group" role="group" aria-label="Basic example">
<button type="button" class="btn btn-primary btn-mid">Left</button>
<button type="button" class="btn btn-primary btn-mid">Middle</button>
<button type="button" class="btn btn-primary btn-mid">Right</button>
</div>
<!-- Default size button group -->
<div class="btn-group" role="group" aria-label="Basic example">
<button type="button" class="btn btn-info btn-default">Left</button>
<button type="button" class="btn btn-info btn-default">Middle</button>
<button type="button" class="btn btn-info btn-default">Right</button>
</div>
<!-- Mixed styles -->
<div class="btn-group" role="group" aria-label="Basic mixed styles example">
<button type="button" class="btn btn-danger btn-lg">Left</button>
<button type="button" class="btn btn-warning btn-lg">Middle</button>
<button type="button" class="btn btn-success btn-lg">Right</button>
</div>
Example:
Enter your email address and get notified about new products. We hate spam!
© Copyright Bigbag Store Bootstrap Template by Abdus.