Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 2080 | Rev 2082 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2080 Rev 2081
Línea 26... Línea 26...
26
    fontSize: '1.3rem'
26
    fontSize: '1.3rem'
27
  }
27
  }
28
}))
28
}))
Línea 29... Línea 29...
29
 
29
 
30
const Input = ({
30
const Input = ({
31
  label = '',
31
  label,
-
 
32
  inputRef,
-
 
33
  name,
32
  inputRef = null,
34
  value,
-
 
35
  placeholder,
33
  icon: Icon = null,
36
  accept,
34
  error = null,
-
 
35
  name = '',
37
  error = null,
36
  onChange = () => {},
-
 
37
  value = '',
38
  onChange = () => {},
38
  type = 'text',
-
 
39
  placeholder = '',
-
 
40
  accept = '',
39
  type = 'text',
41
  className = '',
-
 
42
  id = ''
40
  icon: Icon = null
43
}) => {
41
}) => {
44
  return (
42
  return (
45
    <FormControl variant='standard' fullWidth>
43
    <FormControl variant='standard' fullWidth>
46
      <InputLabel shrink>{label}</InputLabel>
44
      <InputLabel shrink>{label}</InputLabel>