basic bootstrap and fa stuff
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
|
||||
|
||||
const ResearchBar = () => {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<input placeholder="Rechercher..."></input>
|
||||
<button>
|
||||
<div className="fa fa-search"/>
|
||||
</button>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default ResearchBar;
|
Reference in New Issue
Block a user