@authlogic/react

Authlogic React Component

Usage no npm install needed!

<script type="module">
  import authlogicReact from 'https://cdn.skypack.dev/@authlogic/react';
</script>

README

authlogic-react

Authlogic React Component

NPM JavaScript Style Guide

Install

npm install --save authlogic-react

Usage

import * as React from 'react'

import MyComponent from 'authlogic-react'

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

License

MIT © btomasini