Breakout
<Breakout>
is a layout component which lets you span the full row in a CSS grid context e.g. our <Container>
component.
You need this component if you want to display something out of the context. It is also possible to put several components into the <Breakout>
.
You can use alignX
or alignY
to place the items inside the <Breakout>
element.
Import
import { Breakout } from '@marigold/components';
Props
Property | Type | Default | Description |
---|---|---|---|
alignX | "left" | "right" | "center" | left | Horizontal alignment of the items inside the breakout element. |
alignY | "top" | "bottom" | "center" | top | Vertical alignment of the items inside the breakout element. |
height | string | none | Set the height of the breakout element. |
Examples
Vertical alignment
In this case the height
prop is necessary, if you haven't set it, the alignY
has no impact.
Horizontal alignment
Example to show how the alignX
prop is to set. Options are "left" | "center" | "right"
. The default value is left
.
Breakout iframe
This example shows how to use an <iframe>
within a <Breakout>
.
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.