[explore] include ControlHeader as part of Control interface (#2809)

* [explore] include ControlHeader as part of Control interface

* Adressing comments
This commit is contained in:
Maxime Beauchemin
2017-05-25 11:54:26 -07:00
committed by GitHub
parent 0c9f9b695b
commit 4d12251806
9 changed files with 51 additions and 36 deletions

View File

@@ -972,6 +972,7 @@ export const controls = {
type: 'CheckboxControl',
label: 'Donut',
default: false,
renderTrigger: true,
description: 'Do you want a donut or a pie?',
},
@@ -979,6 +980,7 @@ export const controls = {
type: 'CheckboxControl',
label: 'Put labels outside',
default: true,
renderTrigger: true,
description: 'Put the labels outside the pie?',
},