Skip to content

Instantly share code, notes, and snippets.

@Drnutsu
Created February 12, 2018 10:32
Show Gist options
  • Save Drnutsu/590dad4daad88d97f74f3aa6298ddbd7 to your computer and use it in GitHub Desktop.
Save Drnutsu/590dad4daad88d97f74f3aa6298ddbd7 to your computer and use it in GitHub Desktop.
{
"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