Paste assistant Assistant
Figma
Star462

Stack

A horizontal and vertical flow component used to create space between components.

yarn add @twilio-paste/stack
import {Stack} from '@twilio-paste/core/stack';

<Stack orientation="vertical" spacing="space40">
  Foo
</Stack>;

spacing RequiredRequired

Type
"space0" | "space10" | "space20" | "space30" | "space40" | "space50" | "space60" | "space70" | "space80" | "space90" | "space100" | "space110" | "space120" | "space130" | "space140" | ... 36 more ... | "spaceNegative200"

as

Type
keyof IntrinsicElements

element

Overrides the default element name to apply unique styles with the Customization Provider

Type
string
Default
'STACK'

orientation

Type
| StackOrientationOptions | (StackOrientationOptions | null)[] | { [x: string]: StackOrientationOptions | undefined [x: number]: StackOrientationOptions | undefined }

To help us improve this site, we use tools that set cookies. The data gathered by these tools is anonymized. If you reject the use of cookies, no analytics service will be initiated.