div
This block is part of the state ui group and was last modified in core v13.0.6.
div v13.0.1 Updated v13.0.6Creates a dynamic and customizable div element on your web page.
- content required
stateIntegrates content or data from other elements.
- class
uiclassAssigns a CSS class to the element. • Hidden when unused
- style
uistyleApplies inline CSS style to the element • Hidden when unused
- attributes
uiattributesAdds custom attributes to the element. • Hidden when unused
- events
v14.0.1stateeventsAdds event support to the element • Hidden when unused
- state
stateReturns the element to the frontend state.
div |
div is the basic layout element: its content pin takes other elements, here a paragraph holding a custom text, and the class pin takes a custom class. Elements nest by wiring state pins, which is how the page tree is built.

Commonly used with
In production blueprints, this block is most often wired together with:
- div: wired in both directions with this block. Creates a dynamic and customizable div element on your web page.
- custom: feeds into this block. Custom class input.
- paragraph: feeds into this block. A paragraph element.
- hyperlink: feeds into this block. A anchor element, that can be used to create an link to an intern/extern page.
- h3: feeds into this block. A H3 element.
- new modal: feeds into this block. Builds a custom modal.
Version history
Introduced in v13.0.1.
Last modified in v13.0.6.
v14.0.1, click here to see the release notes. Back to
state ui Return to the main group to view all sub-groups Back to state elements Return to the group to view all blocks within this group
