Skip to content

Instantly share code, notes, and snippets.

@RoySegall
Last active December 11, 2019 07:57
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 RoySegall/fd92145b6ba97c18401d9da574c1bf64 to your computer and use it in GitHub Desktop.
Save RoySegall/fd92145b6ba97c18401d9da574c1bf64 to your computer and use it in GitHub Desktop.
<div class="form-wrapper">
<div class="input-item">
<div class="field-name">
<span class="smaller-size">*</span>
Date of birth
</div>
<div class="date-picker-container input-field">
<input class="date-picker" ...>
</div>
<div class="error">This field is mandatory</div>
</div>
<div class="input-item">
<div class="field-name">
<span class="smaller-size">*</span>
Clinic code
</div>
<div class="input-field">
<input class="clinic-code" ...>
</div>
<div class="error">This field is mandatory</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment