React SearchBar + autocomplete

Hi there, is there any tutorial/docs i can refer to while developing my app with search bar. Particularly, i’m using react framework 7, and i want to create a searchbar with autocomplete. Is there any relevant document?

I have go through
https://v4.framework7.io/docs/searchbar.html

but it doesn’t helps in react framework 7. Any help?

EDIT
there is autocomplete in framework7 docs, but there is no autocomplete in react, can someone suggest what is the alternative?

Just use core’s APIs in your react app where you need autocomplete https://github.com/framework7io/framework7/blob/master/kitchen-sink/react/src/pages/autocomplete.jsx