Proper form HTML layout
This commit is contained in:
parent
87cc27bcc8
commit
1c295e92f4
@ -1,4 +1,5 @@
|
||||
@import 'logo/logo';
|
||||
@import 'textSection/textSection';
|
||||
@import 'place/place';
|
||||
@import 'securityMeasureList/securityMeasureList';
|
||||
@import 'securityMeasureList/securityMeasureList';
|
||||
@import 'form/form';
|
0
components/02_Molecules/form/_form.scss
Normal file
0
components/02_Molecules/form/_form.scss
Normal file
0
components/02_Molecules/form/form.config.json
Normal file
0
components/02_Molecules/form/form.config.json
Normal file
14
components/02_Molecules/form/form.hbs
Normal file
14
components/02_Molecules/form/form.hbs
Normal file
@ -0,0 +1,14 @@
|
||||
<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>
|
Loading…
Reference in New Issue
Block a user