custom

This block is part of the ui class group and was last modified in core v10.4.28.

custom v10.4.28

Custom class input

Out pins 1
  • uiclass
    uiclass

custom attaches a class name you type on the block to an element, here a div with a paragraph inside. One class block can feed any number of elements, so shared styling lives in one place.

Studio canvas example for the custom block: styling an element with a custom class.

Commonly used with

In production blueprints, this block is most often wired together with:

  • div: this block feeds into it. Creates a dynamic and customizable div element on your web page.
  • hyperlink: this block feeds into it. A anchor element, that can be used to create an link to an intern/extern page.
  • paragraph: this block feeds into it. A paragraph element.
  • h3: this block feeds into it. A H3 element.
  • custom text: this block feeds into it.
  • span: this block feeds into it. A span element.

Used in these guides

These documentation pages use or explain this block:

Version history

Introduced in v10.4.28.


Back to ui class Return to the main group to view all sub-groups Back to class Return to the group to view all blocks within this group