We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f37ae9 commit 9601e31Copy full SHA for 9601e31
lib/examples/kitchen-sink.json
@@ -1249,6 +1249,22 @@
1249
"sublabel": "Age: {{item.age}}",
1250
"stamp": "{{formatDate(new Date(), 'DD/MM/YY HH:mm:ss')}}"
1251
}
1252
+ },
1253
+ {
1254
+ "id": "listCards",
1255
+ "type": "List",
1256
+ "listStyle": "card",
1257
+ "arrayPath": "data.testData.table",
1258
+ "templates": {
1259
+ "label": "Name: {{item.name}}",
1260
+ "sublabel": [
1261
+ "multiline sublabels",
1262
+ "Age: {{item.age}}",
1263
+ "{{formatDate(new Date(), 'DD/MM/YY HH:mm:ss')}}"
1264
+ ],
1265
+ "badge": "With a badge",
1266
+ "badgeColor": "attention"
1267
+ }
1268
1269
]
1270
},
0 commit comments