Skip to content

Commit

Permalink
Finish price bounds input (leading to inputs being finished
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian-Pob committed Apr 28, 2023
1 parent 3c4d6ee commit d4f9043
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/src/screens/HomeScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,14 @@ const HomeScreen = ({ match }) => {
</option>
))}
</select>

<form>
<input type="number" placeholder="Lower Bound Price" />
<input type="number" placeholder="Upper Bound Price" />
<button type="submit">Apply Filter</button>
</form>
</label>

</div>

{/* <Button className='btn-block' type='button'> category </Button> } */}
Expand Down

0 comments on commit d4f9043

Please sign in to comment.