created:12/30/2020
updated:12/30/2020
loc
5
comments
0
Button
@component-controls/core
3.14.6A simple story with a clickable button
Name | Description | Default | Controls |
---|---|---|---|
onClick | a button control ((prop: ComponentControlButton<() => void>) => void) | - |
Name | Description | Default | |
---|---|---|---|
ComponentControlButton(2 properties) | |||
type | ControlTypes.BUTTON | - | |
onClick | for button type fields, an onClick handler ((prop: ComponentControlButton<() => void>) => void) | - | |
ComponentControlBase(9 properties) |
file | imports |
---|---|
"../../controls" | ComponentControlButton |
"./types" | AsReactComponent |