0.2.0 • Published 5 years ago

@boomi/react-login-form v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

@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