Skip to content

Instantly share code, notes, and snippets.

@m-yahya
Created April 28, 2021 15:16
Show Gist options
  • Save m-yahya/d99ae319ae83cad47cdacf62d627b57f to your computer and use it in GitHub Desktop.
Save m-yahya/d99ae319ae83cad47cdacf62d627b57f to your computer and use it in GitHub Desktop.
Tutorial: Nested UI from JSON data and Tree view
// add a parent with some details
const data = {
Parent: {
name: "Jan Doe",
age: "50",
img: "father.png",
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment