address-search React component
npm install address-searchAddress search react component to autocomplete Australian addresses.
An account with mappify.io and an apikey
Set the environment variable STORYBOOK_MAPIFFY_ADDRESS_SEARCH_APIKEY with the
api key from your mappify account.
npm run storybook
yarn add address-search or npm install address-search
``js
const getSuggestion = sugg => console.log("Suggestion value:", sugg);
apiKey="mappify-api-key"
getSuggestion={getSuggestion}
/>
``