1.1.0 • Published 2 years ago

@iedaas/react-facebook-signin v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@iedaas/react-facebook-signin

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save @iedaas/react-facebook-signin

Usage

import React, { Component } from 'react'

import MyComponent from '@iedaas/react-facebook-signin'
import '@iedaas/react-facebook-signin/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © nik-iedaas