diff options
-rw-r--r-- | node_modules/montage-user/ui/button.reel/button.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/node_modules/montage-user/ui/button.reel/button.json b/node_modules/montage-user/ui/button.reel/button.json new file mode 100644 index 00000000..8b13a33a --- /dev/null +++ b/node_modules/montage-user/ui/button.reel/button.json | |||
@@ -0,0 +1,16 @@ | |||
1 | { | ||
2 | "component": "button", | ||
3 | |||
4 | "module": "montage/ui/button.reel", | ||
5 | |||
6 | "name": "Button", | ||
7 | |||
8 | "properties": [ | ||
9 | |||
10 | { | ||
11 | "name": "label", | ||
12 | "type": "string", | ||
13 | "default": "Button" | ||
14 | } | ||
15 | ] | ||
16 | } \ No newline at end of file | ||