Skip to content

Instantly share code, notes, and snippets.

@KABBOUCHI
Created October 6, 2022 14:31
Show Gist options
  • Save KABBOUCHI/45f8c37ceab80375fac952f4f333b93b to your computer and use it in GitHub Desktop.
Save KABBOUCHI/45f8c37ceab80375fac952f4f333b93b to your computer and use it in GitHub Desktop.
[
{
"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