Compare commits
2 Commits
87cc27bcc8
...
cda2398fee
Author | SHA1 | Date | |
---|---|---|---|
|
cda2398fee | ||
|
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>
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "communitea",
|
||||
"name": "Lostplaces",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"@frctl/fractal": "^1.2.1",
|
||||
|
Loading…
Reference in New Issue
Block a user