[](http://commitizen.github.io/cz-cli/)
npm install react-italy-address-typeahead
$ npm install react-italy-address-typeahead
`Usage
`js
import AddressFormTypeahead from 'react-italy-address-typeahead';export default () => (
onAddressSelected={(addressObject) => console.log(addressObject)}
/>
)
`> NOTE: For component styles you can include or use loader
./dist/styles.css to your app or implement by yourself stylesFor futher more see Example
Todo
- MORE UNIT TEST
- custom styles example
- improve performance and reduce bundle size
- data.json lazy loading
- server-side implementation example
- using without React exampleDevelopment
- Clone this project
- run npm install
- start development via storybook npm run storybook
- navigate to localhost:9001Testing
- npm test`