Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 449 Bytes

File metadata and controls

23 lines (14 loc) · 449 Bytes

SignIn Form

SignIn Form Gif

A basic SignIn Form component.

Example Usage

To use, simply copy the component files into your own component directory within a React project.

Import the component into your App.js:

    import SignIn from './components/SignIn';

And render the component in your render function via the tag.