This task targets the list view for each of the segments today: Query, JS and UI. We need to create a common component for ListView which will only consist of the add and search bar, and a wrapper to list all the items inside the same. The listed items are supposed to be passed as props.
Also, handle the empty search result in the same component.
This task targets the list view for each of the segments today: Query, JS and UI. We need to create a common component for
ListView
which will only consist of the add and search bar, and a wrapper to list all the items inside the same. The listed items are supposed to be passed as props.Also, handle the empty search result in the same component.