Skip to content

Commit

Permalink
Update Bootstrap to version 4.0 beta 3
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikborsadiya committed Jan 7, 2018
1 parent a95cde6 commit c30db02
Show file tree
Hide file tree
Showing 42 changed files with 1,713 additions and 1,385 deletions.
16 changes: 8 additions & 8 deletions dist/bootstrap-components.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,28 +220,28 @@ <h2 class="mb-3 line-head" id="buttons">Buttons</h2>
<button class="btn btn-primary btn-lg btn-block" type="button">Block level button</button>
</p>
<div class="bs-component" style="margin-bottom: 15px;">
<div class="btn-group" data-toggle="buttons">
<div class="btn-group btn-group-toggle" data-toggle="buttons">
<label class="btn btn-primary active">
<input type="checkbox" checked=""> Checkbox 1
<input type="checkbox" checked="" autocomplete="off"> Active
</label>
<label class="btn btn-primary">
<input type="checkbox"> Checkbox 2
<input type="checkbox" autocomplete="off"> Check
</label>
<label class="btn btn-primary">
<input type="checkbox"> Checkbox 3
<input type="checkbox" autocomplete="off"> Check
</label>
</div>
</div>
<div class="bs-component" style="margin-bottom: 15px;">
<div class="btn-group" data-toggle="buttons">
<div class="btn-group btn-group-toggle" data-toggle="buttons">
<label class="btn btn-primary active">
<input id="option1" type="radio" name="options" checked=""> Radio 1
<input id="option1" type="radio" name="options" autocomplete="off" checked=""> Active
</label>
<label class="btn btn-primary">
<input id="option2" type="radio" name="options"> Radio 2
<input id="option2" type="radio" name="options" autocomplete="off"> Radio
</label>
<label class="btn btn-primary">
<input id="option3" type="radio" name="options"> Radio 3
<input id="option3" type="radio" name="options" autocomplete="off"> Radio
</label>
</div>
</div>
Expand Down
Loading

0 comments on commit c30db02

Please sign in to comment.