atoms
Applies permitted design system styles. See styling documentation for more.
Allows components to "break out" of a <Container>
.
<Containergap="16px"maxInlineSize="reading"><Placeholder>Contained</Placeholder><Breakout><Placeholder>I'm free!</Placeholder></Breakout><Placeholder>Contained</Placeholder></Container>
<Breakout>
also works when the container alignment is set to start
.
<Containeralign="start"gap="16px"maxInlineSize="reading"><Placeholder>Contained</Placeholder><Breakout><Placeholder>I'm free!</Placeholder></Breakout><Placeholder>Contained</Placeholder></Container>
It also works when the container has padding.
<Containergap="16px"maxInlineSize="reading"withPadding><Placeholder>Contained</Placeholder><Breakout><Placeholder>I'm free!</Placeholder></Breakout><Placeholder>Contained</Placeholder></Container>
atoms
Applies permitted design system styles. See styling documentation for more.