Allow floats in the slider component and update docs

This commit is contained in:
Keegan
2016-03-11 01:07:17 +11:00
parent 1142d1adee
commit 878fea0340
11 changed files with 323 additions and 133 deletions
+2 -2
View File
@@ -38,8 +38,8 @@ module.exports = [
"label": "Slider",
description: "This is the description for the slider",
"min": 10,
"max": 18,
"step": 0.5
"max": 20,
"step": 0.25
},
{
"type": "toggle",