1.0.11 • Published 2 years ago

react-thailand-address-typeahead-ponchai v1.0.11

Weekly downloads
27
License
MIT
Repository
github
Last release
2 years ago

react-thailand-address-typeahead (jQuery free)

Commitizen friendly

This project fork from jquery.Thailand.js

Demo

Example with storybook

Requirement

  • react

Installation

$ npm i react-thailand-address-typeahead-ponchai

Usage

import AddressFormTypeahead from 'react-thailand-address-typeahead-ponchai';

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

Performance for Perf nerd

ไฟล์ขนาดไฟล์
without data.json69 KB
webpack with babili with data.json550 KB
webpack with babili with data.json gzip86 KB

Todo

  • 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

Development

  • Clone this project
  • run npm install
  • start development via storybook npm run storybook
  • navigate to localhost:9001

Testing

  • npm test

Contribute

  • open for any pullrequest
  • Commitizen prefer !! 😎

Original fork and idea

earthchie - Project Owner, Original fork (you should treat him a beer 😎🍺)

License

1.0.9

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.2

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago