Skip to content

Devteamvietnam/react-kakao-login

 
 

Repository files navigation

React Kakaotalk Login

A Component for Kakaotalk Login

NPM Build Status npm bundle size (minified) Test coverage for branches Test coverage for functions Test coverage for lines Test coverage for statements Gitmoji

Getting Started

$ cd /PROJECT/PATH
$ npm i -S react react-dom react-kakao-login

Development

$ npm start

Production Bundle

$ npm run bundle

Parameters

Parameter Type Remarks
jsKey string Required
onSuccess function Required
onFailure function Required
version string One of [v1, v2]. default is v2
throughTalk bool If true, Open Kakao Talk instead of new browser tab
getProfile bool If true, Can get user's information
useDefaultStyle bool If true, Use default style
buttonText string textContent of button
className string button's className
render function Can render with return of this instead of button as a child

Usage

https://wonism.github.io/react-kakao-login

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.6%
  • Shell 0.4%