Created
July 25, 2016 17:48
-
-
Save sendgrid-gists/59779816073154f849da71ec25c9aa5c to your computer and use it in GitHub Desktop.
SendGrid style-guide error text input
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="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