2.9.2

Bolt Background

Background Component in Bolt

Published

History
View changes
Install
yarn add @bolt/components-background
Source code
View on Github
Dependencies
@bolt/components-background-shapes @bolt/core

Background can be added to any container. Part of the Bolt “Components” CSS framework that powers the Bolt Design System.

Install via NPM
npm install @bolt/components-background

Description

Background allows Bolt to set an image inside of bands.

  • Can set an image inside the band
  • Can set background shapes
  • Can set focus on the left
  • Can set focus on the right
  • Can set light, medium, or heavy opacity
  • Can set a left, right, or center gradient

We recommend a max-width of 2880px for full-bleed background images. This recommendation takes into consideration the common HD screen resolution of 1920x1080 and multiplies 1920 by 1.5.

{% include "@bolt-components-background/background.twig" with { opacity: "heavy", fill: "gradient", focalPoint: { vertical: "center", horizontal: "center" }, contentItems: [ { pattern: "image", src: "/images/content/backgrounds/background-tall-4.jpg" } ] } only %}

Note: when assigning component props as HTML attributes on a web component, make sure to use kebab-case.

Prop Name Description Type Default Value Option(s)
attributes

A Drupal-style attributes object with extra attributes to append to this component.

object
opacity

Overlay opacity

string medium
  • light, medium, heavy
overlay

Should an overlay be used for this background.

string enabled
  • enabled, disabled
shape_group

Add a Bolt Background Shapes group.

string
  • A, B, none
shape_alignment

Alignment of shape group.

string right
  • left, right
fill

Type of fill to use for the overlay.

string
  • color, gradient
focal_point

Where the opacity background should originate.

object
    • horizontal

      Currently only reverses gradient on 'left'.

      • center, left, right
    • vertical

      Currently doesn't use this value. Intended future application.

      • center, top, bottom
content_items

An array of objects to place in the background. Works with Image and Shape components. Video option is deprecated.

array
  • [items]:
    • Type: object
    • Properties:
    Overview Usage Schema Edit this page

    Light Opacity

    Visualization & Simulation

    Imagine the Future with Decision Hub

    Continuously improve results by visualizing how future adjustments to your strategies can impact business performance. Simulate and test your ideas, evaluate the results using intuitive views, and then deploy optimal alterations.

    View the data sheet

    Medium Opacity

    Visualization & Simulation

    Imagine the Future with Decision Hub

    Continuously improve results by visualizing how future adjustments to your strategies can impact business performance. Simulate and test your ideas, evaluate the results using intuitive views, and then deploy optimal alterations.

    View the data sheet

    Heavy Opacity

    Visualization & Simulation

    Imagine the Future with Decision Hub

    Continuously improve results by visualizing how future adjustments to your strategies can impact business performance. Simulate and test your ideas, evaluate the results using intuitive views, and then deploy optimal alterations.

    View the data sheet

    Heavy Opacity with Left Focal Point

    Visualization & Simulation

    Imagine the Future with Decision Hub

    Continuously improve results by visualizing how future adjustments to your strategies can impact business performance. Simulate and test your ideas, evaluate the results using intuitive views, and then deploy optimal alterations.

    View the data sheet

    Heavy Opacity with Right Focal Point

    Visualization & Simulation

    Imagine the Future with Decision Hub

    Continuously improve results by visualizing how future adjustments to your strategies can impact business performance. Simulate and test your ideas, evaluate the results using intuitive views, and then deploy optimal alterations.

    View the data sheet

    Background Shapes: Shape Group A

    circle-square
    Outline Circle
    square-square
    Little Circle
    square-square
    Little Circle

    Visualization & Simulation

    Imagine the Future with Decision Hub

    Continuously improve results by visualizing how future adjustments to your strategies can impact business performance. Simulate and test your ideas, evaluate the results using intuitive views, and then deploy optimal alterations.

    View the data sheet

    Background Shapes: Shape Group B

    square-square
    Outline Circle
    square-square
    Little Circle
    circle-circle
    Outline Circle

    Visualization & Simulation

    Imagine the Future with Decision Hub

    Continuously improve results by visualizing how future adjustments to your strategies can impact business performance. Simulate and test your ideas, evaluate the results using intuitive views, and then deploy optimal alterations.

    View the data sheet

    Background Shapes: Shape Group A, Alignment Left

    circle-square
    Outline Circle
    square-square
    Little Circle
    square-square
    Little Circle

    Visualization & Simulation

    Imagine the Future with Decision Hub

    Continuously improve results by visualizing how future adjustments to your strategies can impact business performance. Simulate and test your ideas, evaluate the results using intuitive views, and then deploy optimal alterations.

    View the data sheet

    Fill: Color

    Visualization & Simulation

    Imagine the Future with Decision Hub

    Continuously improve results by visualizing how future adjustments to your strategies can impact business performance. Simulate and test your ideas, evaluate the results using intuitive views, and then deploy optimal alterations.

    View the data sheet

    Fill: Gradient

    Visualization & Simulation

    Imagine the Future with Decision Hub

    Continuously improve results by visualizing how future adjustments to your strategies can impact business performance. Simulate and test your ideas, evaluate the results using intuitive views, and then deploy optimal alterations.

    View the data sheet

    Visualization & Simulation

    Imagine the Future with Decision Hub

    Continuously improve results by visualizing how future adjustments to your strategies can impact business performance. Simulate and test your ideas, evaluate the results using intuitive views, and then deploy optimal alterations.

    View the data sheet

    Note: valign is an Image component prop, not a Background component prop. Set valign on images passed in via contentItems to control the vertical alignment.

    valign: center

    Visualization & Simulation

    Imagine the Future with Decision Hub

    Continuously improve results by visualizing how future adjustments to your strategies can impact business performance. Simulate and test your ideas, evaluate the results using intuitive views, and then deploy optimal alterations.

    View the data sheet

    valign: top

    Visualization & Simulation

    Imagine the Future with Decision Hub

    Continuously improve results by visualizing how future adjustments to your strategies can impact business performance. Simulate and test your ideas, evaluate the results using intuitive views, and then deploy optimal alterations.

    View the data sheet

    valign: bottom

    Visualization & Simulation

    Imagine the Future with Decision Hub

    Continuously improve results by visualizing how future adjustments to your strategies can impact business performance. Simulate and test your ideas, evaluate the results using intuitive views, and then deploy optimal alterations.

    View the data sheet

    valign: 25%

    Visualization & Simulation

    Imagine the Future with Decision Hub

    Continuously improve results by visualizing how future adjustments to your strategies can impact business performance. Simulate and test your ideas, evaluate the results using intuitive views, and then deploy optimal alterations.

    View the data sheet