AutoComplete
Usage
// Import the base module into your react app.
import AutoComplete from './AutoComplete';
// Import the optional base stylesheet.
import '@niftinessafoot/autocomplete/styles.css';
<AutoComplete title="Lunch" data={['one', 'two', 'three']} />;