HTML

TwebHTML

{ label, help }
/**
 * @param {string} [label] - Component label.
 * @param {string} [help] - Component description.
 */
index.js
import {
	TwebBlockHtmlControl,
} from '@tigriweb/components/attributes';
index.js | edit()
<TwebBlockHtmlControl
	label={ __('Html Title', 'your-theme-name') }
	help={ __('Html Description', 'your-theme-name') }
/>

Last updated

Was this helpful?