mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-28 04:46:57 -04:00
Allow floats in the slider component and update docs
This commit is contained in:
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user