Skip to content

Instantly share code, notes, and snippets.

@danielantelo
Last active March 6, 2020 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielantelo/8bc0dc63eceb51b29af6e5896046468b to your computer and use it in GitHub Desktop.
Save danielantelo/8bc0dc63eceb51b29af6e5896046468b to your computer and use it in GitHub Desktop.
[
{
"name": "Loan 1",
"status": "warning",
"attributes": [
{
"label": "gross facility",
"content": "$3000000"
},
{
"label": "purpose of loan",
"content": "refinancing"
}
]
},
{
"name": "Loan 2",
"status": "danger",
"attributes": [
{
"label": "gross facility",
"content": "$7000000"
},
{
"label": "net facility",
"content": "$1000000000"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment