Title
The Title component is used to render a headline with customizable size, color, and alignment.
Fields
-
title(required) - The text displayed as the headline. -
size(default:h1) - A combobox to select the heading level:-
h1 -
h2 -
h3 -
h4 -
h5 -
h6
-
-
color(optional) - Text field to define a custom text color in hex format (e.g.,#000000). -
textAlign(default:left) - Combobox to choose text alignment:-
left -
center -
right -
justify
-
Behavior
-
Renders a headline (
<h1>to<h6>) based on the selected size. -
Text is styled and aligned according to the selected options.
-
If color is provided, it overrides the default text color.