basic bootstrap and fa stuff

This commit is contained in:
Medenos
2022-09-27 16:31:44 -04:00
parent b14ebac2f1
commit e21d9a90ca
9 changed files with 63 additions and 5 deletions

View File

@@ -0,0 +1,15 @@
const ResearchBar = () => {
return (
<div>
<input placeholder="Rechercher..."></input>
<button>
<div className="fa fa-search"/>
</button>
</div>
);
}
export default ResearchBar;