React Search Bar would provide you with dynamically generated search bar results with optional image to be shown inside the search bar results
npm install --save react-search-bar
import React, { Component } from 'react'
import MyComponent from 'react-search-bar'
import 'react-search-bar/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © HarshRat