Skip to content

Instantly share code, notes, and snippets.

@sendgrid-gists
Created July 25, 2016 17:48
Show Gist options
  • Save sendgrid-gists/59779816073154f849da71ec25c9aa5c to your computer and use it in GitHub Desktop.
Save sendgrid-gists/59779816073154f849da71ec25c9aa5c to your computer and use it in GitHub Desktop.
SendGrid style-guide error text input
<div class="input-text-wrap is-required is-error">
<label class="input-text-label" for="input-text-example-error">Username</label>
<input type="text" id="input-text-example-error">
<span class="input-info danger">State is a required field.</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment