Last active
June 4, 2025 15:43
-
-
Save michelve/3a4e206ffb29edd8e3c777297bfb5458 to your computer and use it in GitHub Desktop.
figma data populator demo
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
[ | |
{ | |
"name": { | |
"last": "Doe", | |
"first": "Jane" | |
}, | |
"color": { | |
"hex": "#87CEEB", | |
"name": "Sky Blue" | |
}, | |
"avatar": "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", | |
"location": { | |
"city": "New York", | |
"country": "USA" | |
} | |
}, | |
{ | |
"name": { | |
"last": "Smith", | |
"first": "John" | |
}, | |
"color": { | |
"hex": "#FF5E3A", | |
"name": "Sunset Orange" | |
}, | |
"avatar": "https://images.unsplash.com/photo-1640960543409-dbe56ccc30e2?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8N3x8cHJvZmlsZSUyMGF2YXRhcnxlbnwwfHwwfHx8MA%3D%3D", | |
"location": { | |
"city": "London", | |
"country": "UK" | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment