14 lines
554 B
Handlebars
14 lines
554 B
Handlebars
<form class="LP-Form">
|
|
<fieldset class="LP-Form__Fieldset">
|
|
<legend class="LP-Form__Legend">Basic data</legend>
|
|
<div class="LP-Form__Row">
|
|
<span class="LP-Form__Field">
|
|
<label for="textinput123" class="LP-Input__Label">Enter your text here</label>
|
|
<input id="textinput123" type="text" class="LP-Input__Text"/>
|
|
<span class="LP-Input__ErrorMessage">
|
|
<p>Text is required</p>
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</fieldset>
|
|
</form> |