component stringlengths 11 23 | description stringlengths 72 172 | expected_output_format dict | parameters sequencelengths 1 7 | supports_device_control bool 2
classes |
|---|---|---|---|---|
IconRadioControl | A Gutenberg control of type `IconRadioControl` used for parameters like: alignButton | {
"example": {
"__styleHover": null,
"alignButton": {
"Desktop": "value"
},
"animation": null,
"ariaLabel": null,
"buttonBackground": null,
"buttonBorder": null,
"buttonBorderResponsive": null,
"buttonBoxShadow": null,
"buttonWidth": null,
"color": null,
"iconSize... | [
"alignButton"
] | true |
SelectControl | A Gutenberg control of type `SelectControl` used for parameters like: role, buttonType, buttonSize, iconPosition, positioningType, positioningAlign, positioningLocation | {
"example": {
"__styleHover": null,
"alignButton": null,
"animation": null,
"ariaLabel": null,
"buttonBackground": null,
"buttonBorder": null,
"buttonBorderResponsive": null,
"buttonBoxShadow": null,
"buttonWidth": null,
"color": null,
"iconSize": null,
"mask": null,
... | [
"role",
"buttonType",
"buttonSize",
"iconPosition",
"positioningType",
"positioningAlign",
"positioningLocation"
] | true |
TextControl | A Gutenberg control of type `TextControl` used for parameters like: ariaLabel | {
"example": {
"__styleHover": null,
"alignButton": null,
"animation": null,
"ariaLabel": "value",
"buttonBackground": null,
"buttonBorder": null,
"buttonBorderResponsive": null,
"buttonBoxShadow": null,
"buttonWidth": null,
"color": null,
"iconSize": null,
"mask": null... | [
"ariaLabel"
] | false |
RangeControl | A Gutenberg control of type `RangeControl` used for parameters like: buttonWidth, buttonHeight, iconSpacing | {
"example": {
"__styleHover": null,
"alignButton": null,
"animation": null,
"ariaLabel": null,
"buttonBackground": null,
"buttonBorder": null,
"buttonBorderResponsive": null,
"buttonBoxShadow": null,
"buttonWidth": {
"Desktop": "value"
},
"color": null,
"iconSize... | [
"buttonWidth",
"buttonHeight",
"iconSpacing"
] | true |
CheckboxControl | A Gutenberg control of type `CheckboxControl` used for parameters like: showIcon, iconLineHeight, hideDesktop, hideTablet, hideMobile | {
"example": {
"__styleHover": null,
"alignButton": null,
"animation": null,
"ariaLabel": null,
"buttonBackground": null,
"buttonBorder": null,
"buttonBorderResponsive": null,
"buttonBoxShadow": null,
"buttonWidth": null,
"color": null,
"iconSize": null,
"mask": null,
... | [
"showIcon",
"iconLineHeight",
"hideDesktop",
"hideTablet",
"hideMobile"
] | false |
SizeControl | A Gutenberg control of type `SizeControl` used for parameters like: iconSize, positioningWidth, positioningLeft, positioningRight, positioningTop, positioningBottom | {
"example": {
"__styleHover": null,
"alignButton": null,
"animation": null,
"ariaLabel": null,
"buttonBackground": null,
"buttonBorder": null,
"buttonBorderResponsive": null,
"buttonBoxShadow": null,
"buttonWidth": null,
"color": null,
"iconSize": {
"Desktop": {
... | [
"iconSize",
"positioningWidth",
"positioningLeft",
"positioningRight",
"positioningTop",
"positioningBottom"
] | true |
DimensionControl | A Gutenberg control of type `DimensionControl` used for parameters like: paddingButton, margin, padding | {
"example": {
"__styleHover": null,
"alignButton": null,
"animation": null,
"ariaLabel": null,
"buttonBackground": null,
"buttonBorder": null,
"buttonBorderResponsive": null,
"buttonBoxShadow": null,
"buttonWidth": null,
"color": null,
"iconSize": null,
"mask": null,
... | [
"paddingButton",
"margin",
"padding"
] | true |
SwitchControl | A Gutenberg control of type `SwitchControl` used for parameters like: __styleHover, __buttonBgHover, __buttonBorderHover, __bgHover, __borderHover | {
"example": {
"__styleHover": "normal",
"alignButton": null,
"animation": null,
"ariaLabel": null,
"buttonBackground": null,
"buttonBorder": null,
"buttonBorderResponsive": null,
"buttonBoxShadow": null,
"buttonWidth": null,
"color": null,
"iconSize": null,
"mask": nul... | [
"__styleHover",
"__buttonBgHover",
"__buttonBorderHover",
"__bgHover",
"__borderHover"
] | false |
ColorControl | A Gutenberg control of type `ColorControl` used for parameters like: color, iconColor, hoverTextColor, hoverIconColor | {
"example": {
"__styleHover": null,
"alignButton": null,
"animation": null,
"ariaLabel": null,
"buttonBackground": null,
"buttonBorder": null,
"buttonBorderResponsive": null,
"buttonBoxShadow": null,
"buttonWidth": null,
"color": "value",
"iconSize": null,
"mask": null... | [
"color",
"iconColor",
"hoverTextColor",
"hoverIconColor"
] | false |
TypographyControl | A Gutenberg control of type `TypographyControl` used for parameters like: typography | {
"example": {
"__styleHover": null,
"alignButton": null,
"animation": null,
"ariaLabel": null,
"buttonBackground": null,
"buttonBorder": null,
"buttonBorderResponsive": null,
"buttonBoxShadow": null,
"buttonWidth": null,
"color": null,
"iconSize": null,
"mask": null,
... | [
"typography"
] | false |
BackgroundControl | A Gutenberg control of type `BackgroundControl` used for parameters like: buttonBackground, buttonBackgroundHover, background, backgroundHover | {
"example": {
"__styleHover": null,
"alignButton": null,
"animation": null,
"ariaLabel": null,
"buttonBackground": {
"Desktop": "value"
},
"buttonBorder": null,
"buttonBorderResponsive": null,
"buttonBoxShadow": null,
"buttonWidth": null,
"color": null,
"iconSize... | [
"buttonBackground",
"buttonBackgroundHover",
"background",
"backgroundHover"
] | true |
BorderControl | A Gutenberg control of type `BorderControl` used for parameters like: buttonBorder, buttonBorderHover, border, borderHover | {
"example": {
"__styleHover": null,
"alignButton": null,
"animation": null,
"ariaLabel": null,
"buttonBackground": null,
"buttonBorder": "value",
"buttonBorderResponsive": null,
"buttonBoxShadow": null,
"buttonWidth": null,
"color": null,
"iconSize": null,
"mask": null... | [
"buttonBorder",
"buttonBorderHover",
"border",
"borderHover"
] | false |
BorderResponsiveControl | A Gutenberg control of type `BorderResponsiveControl` used for parameters like: buttonBorderResponsive, buttonBorderHoverResponsive, borderResponsive, borderHoverResponsive | {
"example": {
"__styleHover": null,
"alignButton": null,
"animation": null,
"ariaLabel": null,
"buttonBackground": null,
"buttonBorder": null,
"buttonBorderResponsive": {
"Desktop": "value"
},
"buttonBoxShadow": null,
"buttonWidth": null,
"color": null,
"iconSize... | [
"buttonBorderResponsive",
"buttonBorderHoverResponsive",
"borderResponsive",
"borderHoverResponsive"
] | true |
BoxShadowControl | A Gutenberg control of type `BoxShadowControl` used for parameters like: buttonBoxShadow, buttonBoxShadowHover, boxShadow, boxShadowHover | {
"example": {
"__styleHover": null,
"alignButton": null,
"animation": null,
"ariaLabel": null,
"buttonBackground": null,
"buttonBorder": null,
"buttonBorderResponsive": null,
"buttonBoxShadow": "value",
"buttonWidth": null,
"color": null,
"iconSize": null,
"mask": null... | [
"buttonBoxShadow",
"buttonBoxShadowHover",
"boxShadow",
"boxShadowHover"
] | false |
MaskControl | A Gutenberg control of type `MaskControl` used for parameters like: mask | {
"example": {
"__styleHover": null,
"alignButton": null,
"animation": null,
"ariaLabel": null,
"buttonBackground": null,
"buttonBorder": null,
"buttonBorderResponsive": null,
"buttonBoxShadow": null,
"buttonWidth": null,
"color": null,
"iconSize": null,
"mask": {
... | [
"mask"
] | true |
AnimationControl | A Gutenberg control of type `AnimationControl` used for parameters like: animation | {
"example": {
"__styleHover": null,
"alignButton": null,
"animation": "value",
"ariaLabel": null,
"buttonBackground": null,
"buttonBorder": null,
"buttonBorderResponsive": null,
"buttonBoxShadow": null,
"buttonWidth": null,
"color": null,
"iconSize": null,
"mask": null... | [
"animation"
] | false |
NumberControl | A Gutenberg control of type `NumberControl` used for parameters like: zIndex | {
"example": {
"__styleHover": null,
"alignButton": null,
"animation": null,
"ariaLabel": null,
"buttonBackground": null,
"buttonBorder": null,
"buttonBorderResponsive": null,
"buttonBoxShadow": null,
"buttonWidth": null,
"color": null,
"iconSize": null,
"mask": null,
... | [
"zIndex"
] | true |
README.md exists but content is empty.
- Downloads last month
- 6