DocsBlog

Get Started

Components

Data Grid

Signals

Styling

Theming

↑↓Navigate
↵Select
EscClose
  • 1.8.0

  • Day

    Night

    Preview

    Switch mode
  • cerberus

    acheron

    elysium

    oceanus

Get Started
Components
Data Grid
Signals
Styling
Theming

Concepts

OverviewCompositionCerberus ContextTesting

Layout

Aspect RatioBleedBoxCenterContainerContainer QueryDividerFlexFloatGridGroupLink OverlayScrollableStackWrap

Components

AccordionAdmonitionAvatarButtonCarouselCheckboxClipboardCollapsibleComboboxConfirm ModalCTA ModalDate PickerDialogFieldFieldsetFile UploaderIconButtonInputLoading StatesMarqueeMenuNotificationsNumber InputPaginationPin InputPopoverProgress IndicatorsPrompt ModalRadioRatingSelectSliderSplit ButtonSwitchTableTabsTagTextTextareaToggleTooltip

Utilities

Client OnlyDownload TriggerEnvironmentFeature FlagsFocus TrapForFormat ByteFormat NumberFormat Relative TimeFormat Relative TimeFrameHighlightJSON Tree ViewLocalePortalPresenceShowSwapsplitPropsTheme

Bleed

Used to break an element from the boundaries of its container

  • Panda
View as Markdown
Open this page in Markdown
Anthropic
Open in Claude
Ask questions about this page
OpenAI
Open in ChatGPT
Ask questions about this page

Import

import { Bleed } from 'styled-system/jsx'

Usage

The Bleed pattern is used to create a full width element by negating the padding applied to its parent container.

Loading example...

Vertical

Use the block prop to make the element bleed vertically.

Loading example...

Specific Direction

Use the inline and block props to make the element bleed in a specific direction.

Loading example...

Props

The Bleed component accepts the following utility props in addition to style and factory props:

PropTypeDescription
inlineSystemStyleObject['marginInline']The negative margin on the x-axis.
blockSystemStyleObject['marginBlock']The negative margin on the y-axis.

On this page

  • Import
  • Usage
    • Vertical
    • Specific Direction
  • Props
Edit this page on Github
Bleed

Some Heading

This is some descriptive content of the heading.

Bleed
inline
block