This file contains 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
{ | |
"meta": { | |
"theme": "full" | |
}, | |
"basics": { | |
"name": "Thomas Sebastian", | |
"label": "Senior Frontend Developer", | |
"image": "", | |
"email": "[email protected]", | |
"phone": "+918867378746", |
This file contains 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
const data = [ | |
{ title: "(root)", id: 0, childIds: [1, 7, 10] }, | |
{ | |
title: "Vendors and Program", | |
id: 1, | |
open: false, | |
checked: false, | |
childIds: [2, 5], | |
}, | |
{ |
This file contains 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
figure { | |
position: relative; | |
} | |
.box { | |
position: relative; | |
height: 300px; | |
width: 300px; | |
} |