Created
February 12, 2018 10:32
-
-
Save Drnutsu/590dad4daad88d97f74f3aa6298ddbd7 to your computer and use it in GitHub Desktop.
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
{ | |
"component": "Card", | |
"children":[ | |
{ | |
"component": "CardContent", | |
"children": [ | |
{ | |
"component": "Text", | |
"as": "p", | |
"children": [ | |
{ | |
"component": "Message", | |
"id": "tel" | |
}, | |
{ | |
"component": "ContextConsumer", | |
"mapProps": { | |
"children": "address.mobileNumber" | |
} | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment