Closed hackthetunnelsbot[bot] closed 1 year ago
Create a new "SearchBar" component.
The search bar should take a prop called searchTerm.
searchTerm
It should have a input tag and set the value of input tag to the value of searchTerm.
Vaguely style the search bar to appear like the following, but feel free to add your own twist:
A new SearchBar component has been added that takes a prop named searchTerm and displays this as the value of an input tag within the component.
SearchBar
!review
!approve
Approved by @IanYau
This challenge unlocked the following challenges:
Description:
Create a new "SearchBar" component.
The search bar should take a prop called
searchTerm
.It should have a input tag and set the value of input tag to the value of
searchTerm
.Vaguely style the search bar to appear like the following, but feel free to add your own twist:
Acceptance Criteria:
A new
SearchBar
component has been added that takes a prop namedsearchTerm
and displays this as the value of an input tag within the component.