Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 189 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 189 Rev 356
Línea 22... Línea 22...
22
`;
22
`;
Línea 23... Línea 23...
23
 
23
 
24
const SearchInput = ({
24
const SearchInput = ({
25
  icon: Icon,
25
  icon: Icon,
26
  type = "text",
26
  type = "text",
27
  placeholder = "Buscar",
27
  placeholder = "",
28
  className = "",
28
  className = "",
29
  ...rest
29
  ...rest
30
}) => {
30
}) => {
31
  return (
31
  return (