This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<select class="form-control"> | |
<option>1</option> | |
<option>2</option> | |
<option>3</option> | |
<option>4</option> | |
<option>5</option> | |
</select> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul class="list-media"> | |
<li> | |
<div class="media-photo"> | |
<img src="http://www.placehold.it/50x50" alt="" /> | |
</div> | |
<div class="media-content"> | |
<h6>Paris</h6> | |
Size: Small<br/> | |
Qty: 1<br/> | |
<span class="oversized">$114.00</span> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul class="list-selectable"> | |
<li> | |
<div class="radio"> | |
<label> | |
<input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked> | |
</label> | |
</div> | |
<div class="address"> | |
<h6>42nd Street - Times Square</h6> | |
456 Park Ave,<br/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul class="list"> | |
<li> | |
<h6>42nd Street - Times Square</h6> | |
456 Park Ave,<br/> | |
New York, NY, 10013<br/> | |
</li> | |
<li> | |
<h6>14th Street - Union Square</h6> | |
456 Park Ave,<br/> | |
New York, NY, 10013<br/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form role="form" class="form-search"> | |
<div class="form-group"> | |
<label for="exampleSearch1">Search</label> | |
<input type="text" class="form-control" id="exampleSearch1" placeholder="Enter Keywords"> | |
</div> | |
<button type="submit" class="btn btn-primary btn-outline-black">Search</button> | |
</form> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="form-group has-success"> | |
<label class="control-label" for="inputSuccess1">Input with success</label> | |
<input type="text" class="form-control" id="inputSuccess1"> | |
</div> | |
<div class="form-group has-warning"> | |
<label class="control-label" for="inputWarning1">Input with warning</label> | |
<input type="text" class="form-control" id="inputWarning1"> | |
</div> | |
<div class="form-group has-error"> | |
<label class="control-label" for="inputError1">Input with error</label> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="checkbox"> | |
<label> | |
<input type="checkbox" value=""> | |
Option one is this and that—be sure to include why it's great | |
</label> | |
</div> | |
<div class="radio"> | |
<label> | |
<input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<textarea class="form-control" rows="3"></textarea> |