From 747616980cad14f0b65fbcc7f497ed9680a39d29 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Wed, 15 Feb 2012 14:55:21 -0800 Subject: Adding more components pi Added rest of the components pi. Missing text-input and select Signed-off-by: Valerio Virgillito --- node_modules/components-data/number-input.json | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'node_modules/components-data/number-input.json') diff --git a/node_modules/components-data/number-input.json b/node_modules/components-data/number-input.json index 1898ec4f..d446fc37 100644 --- a/node_modules/components-data/number-input.json +++ b/node_modules/components-data/number-input.json @@ -8,14 +8,19 @@ "properties": [ { - "name": "label", - "type": "string", - "default": "Button" + "name": "min", + "type": "number", + "default": null + }, + { + "name": "max", + "type": "number", + "default": null }, { - "name": "enabled", - "type": "boolean", - "default": "true" + "name": "step", + "type": "string", + "default": null } ] } \ No newline at end of file -- cgit v1.2.3