Skip to content

Commit

Permalink
Add search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
enesalilii committed Oct 28, 2023
1 parent 4e1ecbf commit 0c6f33e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/index.css
Expand Up @@ -32,7 +32,7 @@ body {
input {
outline: 0;
background: #ffffff;
width: 100%;
width: 75%;
border: 2px solid #e6e6e6;
margin: 0 0 15px;
padding: 15px;
Expand Down
7 changes: 6 additions & 1 deletion frontend/src/pages/dashboard/dashboard.component.jsx
Expand Up @@ -13,7 +13,12 @@ export function Dashboard() {

return (
<div style={{textAlign: 'center'}}>
<h3>Search bar here...</h3>
<div style={{marginTop: "1%"}}>
<input
placeholder={"Search"}
/>
</div>

<h3>Response here ....</h3>
<h3>Documents here....</h3>
</div>
Expand Down

0 comments on commit 0c6f33e

Please sign in to comment.