diff --git a/components/index.html b/components/index.html index b2ed6fa959..fada65c0ca 100644 --- a/components/index.html +++ b/components/index.html @@ -25,8 +25,6 @@ - - @@ -56,7 +54,7 @@ - + Toggle navigation @@ -2321,7 +2319,7 @@ - + Toggle navigation @@ -2375,7 +2373,7 @@ <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> + <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> @@ -2443,7 +2441,7 @@ - + Toggle navigation @@ -2486,7 +2484,7 @@ - + Toggle navigation @@ -2513,7 +2511,7 @@ - + Toggle navigation @@ -2536,7 +2534,7 @@ - + Toggle navigation @@ -2570,7 +2568,7 @@ - + Toggle navigation @@ -2610,7 +2608,7 @@ - + Toggle navigation @@ -2651,7 +2649,7 @@ - + Toggle navigation @@ -2685,7 +2683,7 @@ - + Toggle navigation @@ -4179,6 +4177,8 @@ + + - - @@ -56,7 +54,7 @@ - + Toggle navigation @@ -1105,7 +1103,8 @@ To switch directories, type cd followed by the name of the directory. To edit settings, press ctrl + , -To switch directories, type <kbd>cd</kbd> followed by the name of the directory. +To switch directories, type <kbd>cd</kbd> followed by the name of the directory.<br> +To edit settings, press <kbd><kbd>ctrl</kbd> + <kbd>,</kbd></kbd> Basic block Use <pre> for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering. @@ -2077,6 +2076,28 @@ Input with error + + + + + Option one is this and that—be sure to include why it's great + + + + + + + + Option one is this and that—be sure to include why it's great + + + + + + Option two can be something else and selecting it will deselect option one + + + <div class="form-group has-success"> @@ -2090,10 +2111,33 @@ <div class="form-group has-error"> <label class="control-label" for="inputError1">Input with error</label> <input type="text" class="form-control" id="inputError1"> +</div> +<div class="has-error"> + <div class="radio"> + <label class="checkbox"> + <input type="checkbox" id="checkboxError" value="option1"> + Option one is this and that—be sure to include why it's great + </label> + </div> +</div> +<div class="has-success"> + <div class="radio"> + <label> + <input type="radio" name="optionsRadios" id="radiosSuccess1" value="option1" checked> + 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="radiosSuccess2" value="option2"> + Option two can be something else and selecting it will deselect option one + </label> + </div> </div> With optional icons You can also add optional feedback icons with the addition of .has-feedback and the right icon. + Feedback icons only work with textual <input class="form-control"> elements. Icons, labels, and input groups Manual positioning of feedback icons is required for inputs without a label and for input groups with an add-on on the right. You are strongly encouraged to provide labels for all inputs for accessibility reasons. If you wish to prevent labels from being displayed, hide them with the sr-only class. If you must do without labels, adjust the top value of the feedback icon. For input groups, adjust the right value to an appropriate pixel value depending on the width of your addon. @@ -3619,6 +3663,8 @@ + + - - - +
To switch directories, type <kbd>cd</kbd> followed by the name of the directory.
To switch directories, type <kbd>cd</kbd> followed by the name of the directory.<br> +To edit settings, press <kbd><kbd>ctrl</kbd> + <kbd>,</kbd></kbd>
Use <pre> for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.
<pre>
<div class="form-group has-success"> @@ -2090,10 +2111,33 @@ <div class="form-group has-error"> <label class="control-label" for="inputError1">Input with error</label> <input type="text" class="form-control" id="inputError1"> +</div> +<div class="has-error"> + <div class="radio"> + <label class="checkbox"> + <input type="checkbox" id="checkboxError" value="option1"> + Option one is this and that—be sure to include why it's great + </label> + </div> +</div> +<div class="has-success"> + <div class="radio"> + <label> + <input type="radio" name="optionsRadios" id="radiosSuccess1" value="option1" checked> + 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="radiosSuccess2" value="option2"> + Option two can be something else and selecting it will deselect option one + </label> + </div> </div>
You can also add optional feedback icons with the addition of .has-feedback and the right icon.
.has-feedback
Feedback icons only work with textual <input class="form-control"> elements.
<input class="form-control">
Manual positioning of feedback icons is required for inputs without a label and for input groups with an add-on on the right. You are strongly encouraged to provide labels for all inputs for accessibility reasons. If you wish to prevent labels from being displayed, hide them with the sr-only class. If you must do without labels, adjust the top value of the feedback icon. For input groups, adjust the right value to an appropriate pixel value depending on the width of your addon.
sr-only
top
right