Skip to content

Instantly share code, notes, and snippets.

@YKalashnikov
Created June 8, 2018 00:37
Show Gist options
  • Save YKalashnikov/5ca2e063451abb224a592e71440010b3 to your computer and use it in GitHub Desktop.
Save YKalashnikov/5ca2e063451abb224a592e71440010b3 to your computer and use it in GitHub Desktop.
import React from 'react';
export const myInput = props => {
return (
<input {...props.input} type={props.type} placeholder={props.placeholder} />
);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment