created:12/30/2020
updated:12/30/2020
loc
5
comments
0
Options
@component-controls/core
3.14.6Showcase
ControlTypes.OPTIONS
controls of types radio
, inline-radio
, select
, multi-select
, check
and inline-check
.Weekday: Tuesday
Weekend: Saturday
Month: January
Fruit:
- apple
Vegetables:
- carrot
Dairy:
- milk
Name | Description | Default | Controls |
---|---|---|---|
Radio | options | Tuesday | |
Inline Radio | options | Saturday | |
Select | options | January | |
Multi Select | options | [ "apple" ] | |
Check | options | [ "carrot" ] | |
Inline Check | options | [ "milk" ] |
Name | Description | Default | |
---|---|---|---|
ComponentControlOptions(3 properties) | |||
type | ControlTypes.OPTIONS | - | |
options | OptionsListType<unknown> | - | |
display | how to render selecting the options: default is 'select' selectmulti-selectradioinline-radiocheckinline-check | - | |
ComponentControlBase(9 properties) |
file | imports |
---|---|
"../../controls" | ComponentControlOptions |
"./types" | AsReactComponent |