Created
October 6, 2022 14:31
-
-
Save KABBOUCHI/45f8c37ceab80375fac952f4f333b93b to your computer and use it in GitHub Desktop.
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
[ | |
{ | |
"component": "Header", | |
"props": { | |
"class": "text-red-400 text-lg", | |
"content": "Testing!" | |
} | |
}, | |
{ | |
"component": "Card", | |
"props": { | |
"class": "text-blue-400 text-md", | |
"title": "card name", | |
"children": [ | |
{ | |
"component": "Banner", | |
"props": { | |
"class": "w-full", | |
"url": "https://images.unsplash.com/photo-1664574653790-cee0e10a4242" | |
} | |
}, | |
{ | |
"component": "Paragraph", | |
"props": { | |
"class": "text-red-400 text-sm", | |
"content": "some paragraph" | |
} | |
} | |
] | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment