Skip to content

Instantly share code, notes, and snippets.

@sean-ww
Created February 26, 2019 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sean-ww/1edf95431196aad64a041dec0a5b4adb to your computer and use it in GitHub Desktop.
Save sean-ww/1edf95431196aad64a041dec0a5b4adb to your computer and use it in GitHub Desktop.
<div class="example-form">
<label
for="my-textarea"
id="my-textarea-count"
>
My Textarea
</label>
<textarea
id="my-textarea"
class="form-control"
placeholder="Please enter text..."
maxlength="100"
></textarea>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment