Sign Up Form, Cross Validations for Username, Email, Password, and more added.

This commit is contained in:
Belén Curcio
2018-08-12 23:48:49 -03:00
parent 8a7ea9cdef
commit 7e081bbf07
4 changed files with 170 additions and 22 deletions
@@ -41,6 +41,10 @@ export interface TextFieldProps {
* Name
*/
name?: string;
/**
* type
*/
type?: string;
/**
* onChange
*/