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

    "module": "montage/ui/range-input.reel",

    "name": "RangeInput",

    "properties": [

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