-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Milestone
Description
This component requires the search-suggestion-panel component as a dependency.
Component tree
- search-bar
- input(.search-bar__text)
- img(.search-bar__icon)
- search-suggestion-panel(.search-bar__dropdown)
Requirements:
- Create a branch off of master and make a PR to master
- Should be responsive as rendered in the design specks
- Should implement typeahead/autocomplete feature. For now, it can consume some JSON residing in the component itself, which will be made dynamic at the time of integration.