Skip to content

Properties

PropertyTypeDescription
variant"error"
"information"
"warning"
"success"
"divider"
string
(optional) Defines the semantic purpose and subsequently the style of the visual helper.
breakoutboolean(optional) Use true to enable a fullscreen breakout look. Supports also media query breakpoints like { small: boolean }. Defaults to true.
outsetboolean(optional) Define if the Section should break out negatively on larger screens. You cannot use breakout and outset together. Defaults to false.
outlinestring(optional) Define a custom border color. If true is given, color-black-8 is used. Use a Eufemia color. Supports also media query breakpoints like { small: 'black-8' }.
outlineWidthstring
number
(optional) Define a custom border width. Defaults to var(--card-outline-width). Supports also media query breakpoints like { small: '2px' }.
roundedCornerboolean(optional) Use true to enable rounded corners (border-radius). Supports also media query breakpoints like { small: boolean }. Defaults to false.
backgroundColorstring(optional) Define a custom background color, instead of a variant. Use a Eufemia color. Supports also media query breakpoints like { small: 'white' }.
dropShadowboolean(optional) Use true to show the default Eufemia DropShadow. Supports also media query breakpoints like { small: true }.
textColorstring(optional) Define a custom text color to compliment the backgroundColor. Use a Eufemia color. Supports also media query breakpoints like { small: 'black-80' }.
innerSpacestring(optional) Will add a padding around the content. Supports also media query breakpoints like {small: { top: 'medium' }}.
surface"dark"
"light"
"initial"
(optional) Define the surface color context. When set to dark, ondark design tokens will be used for text and outline colors. Use initial to reset to the component's default behavior, ignoring any parent surface context. Uses --token-color-decorative-first-bold-static as the default background color and --token-color-text-neutral-ondark as the text color.
elementstring
React.Element
(optional) Define what HTML element should be used. Defaults to <section>.
refReact.RefObject(optional) By providing a React.Ref we can get the internally used element (DOM), e.g. ref={myRef} by using React.useRef(null).
Spacestring
object
(optional) Spacing properties like top or bottom are supported.

Variants

VariantDescription
informationNeutral, informational.
errorIndicates an erroneous state.
warningDraws attention to a potential problem that may or may not require an action on the user's part.
successIndicates a successful state.

Styles

You can easily customize the color.

StyleDescription
whiteuses --color-white.
divideruses --color-white as background with a border-line on top and bottom.
transparentCSS transparent. Used in situations where a Section is of interest, but without a color as a basis.
mint-green-12(default) uses --color-mint-green-12.
mint-greenuses --color-mint-green.
lavenderuses --color-lavender.
sand-yellowuses --color-sand-yellow.
pistachiouses --color-pistachio.
black-3uses --color-black-3.
emerald-greenuses --color-emerald-green.
fire-reduses --color-fire-red. Is used by GlobalStatus