Skip to content

Instantly share code, notes, and snippets.

@DeanPoulin
Created January 14, 2014 00:03
Show Gist options
  • Select an option

  • Save DeanPoulin/8410477 to your computer and use it in GitHub Desktop.

Select an option

Save DeanPoulin/8410477 to your computer and use it in GitHub Desktop.
Validation States
<div class="form-group has-success">
<label class="control-label" for="inputSuccess">Input with success</label>
<input type="text" class="form-control" id="inputSuccess">
</div>
<div class="form-group has-warning">
<label class="control-label" for="inputWarning">Input with warning</label>
<input type="text" class="form-control" id="inputWarning">
</div>
<div class="form-group has-error">
<label class="control-label" for="inputError">Input with error</label>
<input type="text" class="form-control" id="inputError">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment