Kezdeti commit
This commit is contained in:
19
src/components/AutoKartya.jsx
Normal file
19
src/components/AutoKartya.jsx
Normal file
@@ -0,0 +1,19 @@
|
||||
import React from 'react'
|
||||
|
||||
const AutoKartya = ({ auto, torles }) => {
|
||||
|
||||
|
||||
return (
|
||||
<div className='card col-md-4'>
|
||||
<div className="card-body">
|
||||
<h5 className="card-title">Márka</h5>
|
||||
<h6 className="card-subtitle mb-2 text-muted">Típus</h6>
|
||||
<p className="card-text">Évjárat - Szín - Uzemanyag</p>
|
||||
<h5 className="card-title">Ár: xxxxxxxxxxxx Ft.</h5>
|
||||
{/* Törlés gomb */}
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default AutoKartya
|
||||
Reference in New Issue
Block a user