Skip to content

Instantly share code, notes, and snippets.

@tkssharma
Created April 2, 2018 02:11
Show Gist options
  • Save tkssharma/4ab26af2608a4d3378497ab6f0eb3a35 to your computer and use it in GitHub Desktop.
Save tkssharma/4ab26af2608a4d3378497ab6f0eb3a35 to your computer and use it in GitHub Desktop.
React.createElement("div", null,
React.createElement(MyLabel, {text: TextLabel}),
React.createElement(MyTextfield, null),
React.createElement(MyButton, {textlabel: "OK"}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment