docs/content/components/chosen.md in bootstrap-bookingsync-sass-0.0.19 vs docs/content/components/chosen.md in bootstrap-bookingsync-sass-1.0.0.beta1

- old
+ new

@@ -1,23 +1,22 @@ -# Chosen - -<div class="bs-callout bs-callout-danger"> - <h4>External dependency</h4> - <p> - This component requires the - <a href="http://harvesthq.github.io/chosen/">Chosen</a> library. - </p> - - <p>Custom styles for select boxes provided by - <a href="http://harvesthq.github.io/chosen/">Chosen</a>.</p> -</div> - <div class="example"> <div class="sheet-header"> - <h3 id="chosen-example">Standard Select</h3> + <h3 id="chosen-select">Chosen Select</h3> </div> - <div class="bs-example bs-sheet" data-example-id="chosen-example"> + + <div class="bs-callout bs-callout-danger"> + <h4>External dependency</h4> + <p> + This component requires the + <a href="http://harvesthq.github.io/chosen/">Chosen</a> library. + </p> + + <p>Custom styles for select boxes provided by + <a href="http://harvesthq.github.io/chosen/">Chosen</a>.</p> + </div> + + <div class="bs-example bs-sheet" data-example-id="chosen-select"> <select class="form-control chosen"> <option value=""></option> <option value="One">One</option> <option value="Two">Two</option> <option value="Three">Three</option> @@ -35,12 +34,24 @@ </select> ~~~ <div class="example"> <div class="sheet-header"> - <h3 id="chosen-example-multiselect">Multiple Select</h3> + <h3 id="chosen-multiple-select">Chosen Multiple Select</h3> </div> - <div class="bs-example bs-sheet" data-example-id="chosen-example-multiselect"> + + <div class="bs-callout bs-callout-danger"> + <h4>External dependency</h4> + <p> + This component requires the + <a href="http://harvesthq.github.io/chosen/">Chosen</a> library. + </p> + + <p>Custom styles for select boxes provided by + <a href="http://harvesthq.github.io/chosen/">Chosen</a>.</p> + </div> + + <div class="bs-example bs-sheet" data-example-id="chosen-multiple-select"> <select class="form-control chosen" multiple tabindex="3"> <option value=""></option> <option value="One">One</option> <option value="Two">Two</option> <option value="Three">Three</option>