lostplaces-frontend/components/01_Atoms/input/input.hbs
Leonhard Strohmidel 6413492586 sync
2020-07-31 19:52:57 +02:00

10 lines
465 B
Handlebars

<div class="LP-Input">
<label for="input123" class="LP-Input__Label">First name</label>
<input type="text" id="input123" class="LP-Input__Field"/>
<span class="LP-Input__Message">Field is required</span>
</div>
<div class="LP-Input">
<label for="input123" class="LP-Input__Label">First name</label>
<input type="text" id="input123" class="LP-Input__Field" disabled="disabled"/>
<span class="LP-Input__Message">Field is required</span>
</div>