TigriWeb Components
AttributesControlsMetaPrimitivesIntegrations
  • Table of Contents
  • Attributes
    • Checkbox
    • Color
    • ColorGradient
    • DateTime
    • Icon
    • Media
    • Number
    • PostType
    • PostTypeMultiple
    • Radio
    • Range
    • Select
    • Taxonomy
    • TaxonomyMultiple
    • Text
    • Textarea
    • Toggle
    • ToolbarButton
    • ToolbarGroup
  • Controls
    • AppenderButton
    • Media
    • RichHeading
    • RichText
  • Meta
    • Checkbox
    • Color
    • DateTime
    • Icon
    • Media
    • Number
    • PostType
    • PostTypeMultiple
    • Radio
    • Range
    • Select
    • Taxonomy
    • TaxonomyMultiple
    • Text
    • Textarea
    • Toggle
  • Primitives
    • HTML
    • SVG
  • Integrations
    • Enqueue SVG icons
    • Enqueue I18n strings
Powered by GitBook
On this page

Was this helpful?

  1. Primitives

HTML

PreviousPrimitivesNextSVG

Last updated 6 months ago

Was this helpful?

{ 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') }
/>
TwebHTML