mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-27 20:36:33 -04:00
Add generic button component
This commit is contained in:
@@ -50,6 +50,14 @@ module.exports = [
|
||||
"defaultValue": "00FF00",
|
||||
"label": "Sunny Color Picker",
|
||||
"sunlight": true
|
||||
},
|
||||
{
|
||||
type: 'button',
|
||||
id: 'testButton',
|
||||
primary: false,
|
||||
defaultValue: 'Generic Button',
|
||||
description: 'This is a generic button. ' +
|
||||
'You can listen for standard events like "click"'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user