aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data/button.json
blob: 73ed2c9cdd5cd0079a477d7b973dd5d3047bf674 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "component": "button",

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

    "name": "Button",

    "properties": [

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