Menu

Splitter

A splitter is a creative separator between two content areas.

Minimum requirements
  • 1 heading (h3) or 1 paragraph (p)
Advanced settings

Presets

?

Variations

?

Modifiers

?

Lorem ipsum dolor sit amet, consectetur adipiscing elit

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.


Lorem ipsum dolor sit amet, consectetur adipiscing elit


Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.


HTML
Copy to clipboard

Component used in

Details

Usage

A splitter is a dividing component, it is used to introduce a new page section while also giving some structure to the page content.

Guidelines

  1. Maximum number of characters recommended:
    • 75 characters for the title (h3)
    • 280 characters for the paragraph (p)

HTML structure

Overall HTML view of a splitter component:

HTML file (.html)
(other component(s))
div.splitter
div.content-box
h3 (optional)
p (optional)
(other component(s))

Presets

Splitter presets:

PresetDescription
DefaultDefault template.

Presets are ready to use HTML structures.

Variations

Splitter variations:

VariationDescription
DefaultThis snippet is composed of one title and a description.
Just titleThis snippet is composed of one title.
Just paragraphThis snippet is composed of a block of text.

Modifiers

Splitter classes:

ClassDescription
-dark-blueChanges the background colour to dark blue.
-top-arrow, -bottom-arrowAdds an arrow either on the top of the component or on the bottom.
-euro-watermarkAdds a euro sign watermark to the background.
-mirroredFlips the position of the watermarks if enabled.
-no-space-belowRemoves component margin bottom.

To enable a modifier, add it as a class to the outermost element of this component.

Embedding

The splitter component cannot be embedded inside other component.

main (HTML file)
(component)
div.splitter

Nesting

The splitter component cannot be used as a container of other components and/or elements.

main (HTML file)
div.splitter
(Element)