|
|
|
@ -56,11 +56,31 @@ const SearchBar = () => {
|
|
|
|
|
<Navbar/>
|
|
|
|
|
<main>
|
|
|
|
|
<div className="search-main">
|
|
|
|
|
<form>
|
|
|
|
|
|
|
|
|
|
{/* <form>
|
|
|
|
|
<input type="text" value={searchValue} onChange={(e) => setSearchValue(e.target.value)}
|
|
|
|
|
placeholder="Rechercher..."/>
|
|
|
|
|
<button type="button" onClick={handleSearch}>Rechercher</button>
|
|
|
|
|
</form>
|
|
|
|
|
</form> */}
|
|
|
|
|
<div class="Card">
|
|
|
|
|
<div class="CardInner">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<form>
|
|
|
|
|
<div className="search-form">
|
|
|
|
|
<button type="button" onClick={handleSearch} class="Icon">
|
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#657789" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg>
|
|
|
|
|
</button>
|
|
|
|
|
<div class="InputContainer">
|
|
|
|
|
<input type="text" value={searchValue} onChange={(e) => setSearchValue(e.target.value)} placeholder="Rechercher..."/>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div className="divMenuSearch">
|
|
|
|
|
<nav role="navigation" className="navProfil">
|
|
|
|
|
<ul className="navItemsProfil">
|
|
|
|
|