Compare commits

...

2 Commits

Author SHA1 Message Date
Leonhard Strohmidel
cda2398fee Fixed copy pasta project name 2020-07-31 13:15:04 +02:00
Leonhard Strohmidel
1c295e92f4 Proper form HTML layout 2020-07-31 13:14:45 +02:00
5 changed files with 17 additions and 2 deletions

View File

@ -1,4 +1,5 @@
@import 'logo/logo';
@import 'textSection/textSection';
@import 'place/place';
@import 'securityMeasureList/securityMeasureList';
@import 'securityMeasureList/securityMeasureList';
@import 'form/form';

View File

View 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>

View File

@ -1,5 +1,5 @@
{
"name": "communitea",
"name": "Lostplaces",
"version": "0.1.0",
"dependencies": {
"@frctl/fractal": "^1.2.1",