Last updated 2 months ago
Was this helpful?
TwebHTML
/** * @param {string} [label] - Component label. * @param {string} [help] - Component description. */
import { TwebBlockHtmlControl, } from '@tigriweb/components/attributes';
<TwebBlockHtmlControl label={ __('Html Title', 'your-theme-name') } help={ __('Html Description', 'your-theme-name') } />