Added Slider component

This commit is contained in:
Keegan
2016-03-10 04:20:50 +11:00
parent 0faa585d5f
commit 0873f5eba2
9 changed files with 307 additions and 1 deletions
+10
View File
@@ -31,6 +31,16 @@ module.exports = [
"placeholder": "Placeholder set with attributes"
}
},
{
"type": "slider",
"appKey": "slider",
"defaultValue": 15,
"label": "Slider",
description: "This is the description for the slider",
"min": 10,
"max": 18,
"step": 0.5
},
{
"type": "toggle",
"appKey": "cool_stuff",