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

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

    "name": "RangeInput",

    "properties": [

        {
            "name": "min",
            "type": "number",
            "default": null
        },
        {
            "name": "max",
            "type": "number",
            "default": null
        },
        {
            "name": "step",
            "type": "string",
            "default": null
        }
    ]
}