A next-generation tool to create blazing-fast documentation sites
API
created:12/30/2020
updated:12/30/2020
loc
5
comments
0

Button

@component-controls/core
3.14.6
import { ButtonControl } from '@component-controls/core';

Overview

A 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)

Commits

Date
Author
Commit Message
6/16/2020

atanasster

avatar of atanasster
chore: merge specification into core package
1 commits
file
imports
"../../controls"
ComponentControlButton
"./types"
AsReactComponent