aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage-user/ui/button.reel/button.json
blob: 8b13a33a98e154b0c1332d87cd82bfc9a07c2efa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "component": "button",

    "module": "montage/ui/button.reel",

    "name": "Button",

    "properties": [

        {
            "name": "label",
            "type": "string",
            "default": "Button"
        }
    ]
}