Index: components/demo_ui/reuse/reuse_demo.json |
diff --git a/components/demo_ui/reuse/reuse_demo.json b/components/demo_ui/reuse/reuse_demo.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..da79b092f4dbc7c5f887fbeb92955e5d136ba684 |
--- /dev/null |
+++ b/components/demo_ui/reuse/reuse_demo.json |
@@ -0,0 +1,13 @@ |
+{ |
+ "imports": [ |
+ "components/demo_ui/events/events_demo.json" |
+ ], |
+ "type": "reuse_demo", |
+ "context": [ |
+ { "name": "total_clicks", "type": "integer" } |
+ ], |
+ "children": [ |
+ { "id": "left_events", "type": "events_demo" }, |
+ { "id": "right_events", "type": "events_demo" } |
+ ] |
+} |