Color

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