cnw-preform
v1.0.0
Published
How to consume this Login Form ? <FormSampleWithStyles username={username} password={password} onValueCheck={(e) => handleUserNameChange(e)} onSubmittingValue={(e) => handleSubmit(e)} />
Downloads
1
Readme
How to consume this Login Form ?
<FormSampleWithStyles
username={username}
password={password}
onValueCheck={(e) => handleUserNameChange(e)}
onSubmittingValue={(e) => handleSubmit(e)}
/>