- use yarn to install dependencies
 - use yarn start to develop
 
- use createAutoComplete(options)
 
- label -> label string (optional)
 - renderOption -> result item rendering function
 - minLength -> number of characters to initialize
 - root -> HTML element to which render the component
 - fetchData -> data fetching function