finish list component

finish list component
This commit is contained in:
Manuel Prodinger
2022-04-13 09:16:05 +02:00
parent 4bf29dba71
commit e63e7888ad
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ function App() {
<Eingabefeld label="Name" isPassword={false} placeholder="&#xf007;" />
<p className="from-green-50">tets</p>
<br></br>
<Liste gericht="Pizza" price="€20.00" />
<Liste gericht="Pizza" price="€20.00" isColor={true} />
</div>
);
}