ColorGradient

"testColor": {
"type": "string",
"default": ""
},
"testGradient": {
"type": "string",
"default": null
}
import {
TwebBlockColorGradientControl,
} from '@tigriweb/components/attributes';
<TwebBlockColorGradientControl
label={ __('Color Label', 'your-theme-name') }
nameColor="testColor"
nameGradient="testGradient"
{...{ attributes, setAttributes }}
/>
Last updated
Was this helpful?