Implement search bar to Project Dependency

Implement search bar to project dependency page and populate component list by calling the GraphQL endpoint

Current Proposal
image image

Requirements

  1. Project dependency page displays search bar
  2. Search bar has "component" token
  3. Search bar fetches a list of components
  4. It can conduct searching of components
  5. It displays the selected components from the search result
  6. It displays error message

Validation Steps

  1. Visit: link tbd
  2. It makes the GraphQL request and populates the list of components

⚠️ Note: the dependency list does not update. That will be introduced in a follow-up

Edited by Samantha Ming