Last active
October 7, 2018 00:13
-
-
Save lukehedger/5a1478d00f5b8d036c64192de4417240 to your computer and use it in GitHub Desktop.
Render HTML elements defined in JSON to JSX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"elements": [ | |
{ | |
"tag": "p", | |
"content": "Some content goes here" | |
}, | |
{ | |
"tag": "div", | |
"content": "Some content goes here too" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment