1.0.0 • Published 4 years ago

react-line-login v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

react-line-login

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save react-line-login

Usage

import React, { Component } from 'react'

import LineLogin from 'react-line-login'
import 'react-line-login/dist/index.css'

class Example extends Component {
  render() {
    return <LineLogin clientID='' clientSecret='' state='' nonce='' />
  }
}

License

MIT © vinhyenvodoi98

1.0.0

4 years ago