BesucherAnzahl und BarSpende === gleiche Componente
Abh. von isBar Anzeige der Barspende
This commit is contained in:
14
src/components/BesucherBar.jsx
Normal file
14
src/components/BesucherBar.jsx
Normal file
@@ -0,0 +1,14 @@
|
||||
export default function BesucherBar({title, euro}) {
|
||||
|
||||
return(
|
||||
|
||||
<section id="besucherbar">
|
||||
<h3>{title}:</h3>
|
||||
<div className="besadiv">
|
||||
<input className="infeld" />
|
||||
{euro}
|
||||
<button className="okbutton">OK</button>
|
||||
</div>
|
||||
</section>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user