Skip to content

Instantly share code, notes, and snippets.

@maheswaranapk
Last active November 5, 2019 06:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maheswaranapk/de11455e4a83f3c8dbc428f210dba3db to your computer and use it in GitHub Desktop.
Save maheswaranapk/de11455e4a83f3c8dbc428f210dba3db to your computer and use it in GitHub Desktop.
{
tag: "div", // HTML Tag Name
props: {...}, // Tag Attributes
children: [{ // Array of Children
tag: "div",
props: {...},
children: [...]
}
...]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment