@boomi/react-login-form

A generic yet configurable stateless react component for a functioning login form

Usage no npm install needed!

<script type="module">
  import boomiReactLoginForm from 'https://cdn.skypack.dev/@boomi/react-login-form';
</script>

README

@boomi/react-login-form

npm (scoped)

A generic yet configurable stateless react component for a functioning login form.

Getting Started

Installation

npm install --save @boomi/react-login-component

Usage

import LoginForm from '@boomi/react-login-form';

Minimum required setup

<LoginForm />

Contributing

To contribute to this project you can submit a pull request.

Local development setup

  • Clone this repository
  • npm install
  • npm link
  • npm start

Then inside your own local project:

  • npm link @boomi/react-login-form
  • And follow usage instructions decribed above

Running Jest tests

npm run test