Skip to content

Heading Reference

Reference for Heading Reference in Web Framework References. Key properties: ID, Class, Type.

Use this reference to understand what Heading Reference is for and which component-specific inspector group matters most when you configure it.

Inspector Property Groups

Heading Properties

Property Type Details
IDtextOptional unique identifier for this element.
Sets the element's id attribute. Keep IDs unique per page (useful for anchors, label for targets, and JavaScript hooks). Bootstrap docs: Introduction
Attribute: id
ClasstextAdds raw class names to the element.
Adds text directly to the class attribute. Use this for custom utility classes or project-specific overrides. Separate multiple classes with spaces. Bootstrap docs: Utilities API
Attribute: class
TypedroplistHeading element type.
Chooses which heading tag to use ( h1 through h6 ) depending on the component. Pick heading levels for proper document structure (SEO/accessibility) and use Bootstrap classes for visual styling. Bootstrap docs: Headings
Options: Paragraph, Heading 1, Heading 2, Heading 3, Heading 4, Heading 5