You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
306 B
6 lines
306 B
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
|
|
<form class="search">
|
|
<input type="text" name="SearchText" placeholder="Rechercher un item"/>
|
|
<button @onclick="@Search" type="submit"><i class="fa fa-search"></i></button>
|
|
</form> |