React-Kakao-Postcode requires React ^16.13.1 and React-Dom ^16.13.1
$ npm install react-kakao-postcode
Or for those who use Yarn instead of npm
$ yarn add react-kakao-postcode
See DaumPostcode
import ReactKakaoPostcode from 'react-kakao-postcode/dist';
<ReactKakaoPostcode>
onChange: function(data:Object) => data:Object
- Polish whole package strucutre
- Refine Readme and future DOC
- Fully support features of original daum postcode service
- Tune performance and code base
MIT ©PotLId