i have implemented a site with sidebar on the left with all different features of the site corresponding to respective components.
I wish to implement a autosearch kind of feature on the top of the page that should get prefilled with these components like a drop down .
On selection of that feature from autosearch, page should redirect to that components path.
How can we implement this using kendk react ?