Menu

SectionInfo box

An info box element embedded in a section is a content container used to display/feature either a disclaimer or critical information to the user.

Minimum requirements
  • 1 section
  • 1 paragraph (p)
Advanced settings

Presets

?

Variations

?

Modifiers

?

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in volup.


Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in volup.

Lorem ipsum dolor sit amet

HTML
Copy to clipboard

Details

Usage

The info box component is used to inform the user about something critical and with a temporary nature. It can also be used to feature disclaimers.

Guidelines

  1. Should be embedded in a section component whenever the page lacks in full width components

HTML structure

Overall HTML view of a info box element inside a section:

HTML file (.html)
...
div.section
div.info-box
p (one or more)
a (one or more)
...

Presets

Section with info box presets:

PresetDescription
WarningUsed to inform the user about an important information.
AlertUsed to alert the user about a critical information.

Variations

Section with info box variations:

VariationDescription
Just blurbComposed of a p tag.
With linkComposed of a p tag and a a tag.

Modifiers

Info box modifiers:

ClassDescription
-warning
Changes the background color to inform the user about an important information.
-alert
Changes the background color to alert the user about a critical information.
-top-arrow
Adds to the top a triangle pointing inside. The use of this class is recommended.

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