Skip to content

Instantly share code, notes, and snippets.

@sendgrid-gists
Created July 25, 2016 17:45
Show Gist options
  • Save sendgrid-gists/01914ab78874968e39c1dbbbc1d15520 to your computer and use it in GitHub Desktop.
Save sendgrid-gists/01914ab78874968e39c1dbbbc1d15520 to your computer and use it in GitHub Desktop.
SendGrid style-guide disabled text input
<div class="input-text-wrap is-disabled">
<label class="input-text-label" for="input-text-example-disabled">Username</label>
<input type="text" id="input-text-example-disabled" disabled>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment