mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-28 04:46:57 -04:00
Added Slider component
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user