generic-forms-react

1.0.2 • Public • Published

npm version

Generic Forms React

A generic react form that provide forms for common use case like login, registration and etc.,

  • Used Material-ui core components
  • Used Material-ui sigin template
  • Used Material-ui dialog

Login Form

Basic Usage

	function handleSubmit(user){
        if(validate(user))
            return true;
        return false;
    }

	<div>
		<GenericForms.LoginForm onSubmit={handleSubmit} AlertTitle="GenericForm's Signin Alert" ErrorMessage="
		Invalid credentials, wrong username/password..."/>
	</div>

Jus a sample custom library. Still development is in progress..

Readme

Keywords

none

Package Sidebar

Install

npm i generic-forms-react

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

185 kB

Total Files

5

Last publish

Collaborators

  • sridharanss