Skip to main content

Overview

Universal modules

Universal modules are probably most often used kind of modules in Builderius. They are:

  • Template
  • HTML Element
  • HTML Code
  • SVG Code

Template

Implements <template> HTML element and is widely used in Interactive modules. This is the basic when building templates for Collection, Collection UL etc.

HTML Element

Our implementation of basic container module that can have virtually any HTML tag name. Its "Tag name" setting already contains a lot of names so we can choose nay from it. But also to create our own, even custom one!

HTML Code

Our implementation of basic non container module without any wrapper. Whatever HTML code put into this module - the exact HTML code will be rendered. Since this module has no wrapper it also does not have CSS related settings.

SVG Code

It is much like "HTML Code", except it validates and renders only SVG code. This module does not wrap an SVG code in any other HTML tag. The content of this module must be an SVG itself (all the SVG code starting from <svg> tag)!