This project fork from jquery.Thailand.js
- react
$ npm install react react-thailand-address-input
import AddressFormTypeahead from 'react-thailand-address-input';
export default () => (
<div>
<AddressFormTypeahead
onAddressSelected={(addressObject) => console.log(addressObject)}
/>
</div>
)
NOTE: For component styles you can include or use loader
./dist/styles.css
to your app or implement by yourself styles
For futher more see Example
ไฟล์ | ขนาดไฟล์ |
---|---|
without data.json | 69 KB |
webpack with babili with data.json | 550 KB |
webpack with babili with data.json gzip | 86 KB |
- MORE UNIT TEST
- custom styles example
- improve performance and reduce bundle size
-
data.json
lazy loading - server-side implementation example
- using without React example
- using with google map example
- Clone this project
- run
npm install
- start development via storybook
npm run storybook
- navigate to
localhost:9001
npm test
- open for any pullrequest
- Commitizen prefer !! 😎
earthchie - Project Owner, Original fork (you should treat him a beer 😎🍺)
- Original : WTFPL 2.0 http://www.wtfpl.net/
- Also MIT (formally)