Menu

Large box

This component can be used to highlight a very important link or document at the top of a page. If you want a page to start with one or more boxes that links to content, you should turn the first box into a large box.

Minimum requirements
  • 1 image (div[data-image])
  • 1 heading (h3)
  • 1 paragraph (p)
  • 1 link name (a) and 1 hyperlink (a[href])

Quick access

Advanced settings

Presets

?

Variations

?

Modifiers

?

Lorem ipsum dolor sit amet

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Eu sem integer vitae justo eget magna fermentum iaculis eu. Et tortor consequat id porta. Quis varius quam quisque id diam vel.

Lorem ipsum dolor sit amet

Lorem ipsum dolor sit amet

Lorem ipsum dolor sit amet

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Eu sem integer vitae justo eget magna fermentum iaculis eu. Et tortor consequat id porta. Quis varius quam quisque id diam vel.

Lorem ipsum dolor sit amet

HTML
Copy to clipboard

Component used in

Page template

Compound components

Details

Usage

This component can be used to highlight a very important link or document at the top of a sub-section landing page.

Guidelines

  1. If you want a page to start with one or more boxes that links to content, you should turn the first box into a large box
  2. If you have an introductory paragraph before the boxes are added, you do not need to use this component. Instead make sure you add a splitter before the boxes with a relevant title.
  3. Character limits:
    • 75 characters for the title (h3 tag)
    • 280 characters for the blurb (p tag)
    • 45 characters for the link (a tag)
  4. Image dimensions:
    • 1000x750 (resolution)
    • JPG and WEBP (format)

HTML structure

Overall HTML view of a large box component:

main (HTML file)
(other component(s))
div.large-box
div.header (optional)
div.title
div.wrapper
div[data-image]
div.content-box
h3
p
a
(other component(s))

Nesting element might significantly affect the HTML markup.

Presets

Large box presets:

PresetDescription
DefaultDefault preset.

Variations

Large box variations:

VariationDescription
DefaultDefault variation
With headerIf you have

Modifiers

Large box classes:

ClassDescription
-top-arrowAdds an arrow on top of the component.
-leftmoves the written content to the left side.
-text-widthMakes the written content larger to fit the section text width.

Please bear in mind the utility classes are placed in the root element of the component.

Embedding

The large box component cannot be embedded inside other component.

main (HTML file)
(component)
div.large-box

Nesting

The large box component can be used as a container of other components and/or elements (a nested component becomes an element of the parent component):

ElementDescription
VideoWhenever you need to add a video directly in a large box.
main (HTML file)
div.large-box (component)
(Element)

Elements are component add-ons which can be placed directly inside the component allowing you to adapt the HTML structure to your needs. The correct markup can be checked in the element page.