Skip to content

Instantly share code, notes, and snippets.

@alvincrespo
Created October 25, 2017 13:49
Show Gist options
  • Save alvincrespo/2f1d039e194f7c4c120665b71ef5bd17 to your computer and use it in GitHub Desktop.
Save alvincrespo/2f1d039e194f7c4c120665b71ef5bd17 to your computer and use it in GitHub Desktop.
Rendered PasswordField instantiation form JSX
React.createElement(
PasswordField,
null,
function (props) {
return React.createElement(
Field,
null,
props.label,
props.input
);
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment