Slider

The Stack component is a layout element that arranges child components in a vertical or horizontal stack with consistent spacing. It simplifies the creation of flexible and responsive layouts by managing the alignment, spacing, and distribution of its children. This component is ideal for organizing content in a structured and visually appealing manner.

Stack

direction

"row" | "column" | undefined = column

spacing

"xxs" | "xs" | "sm" | "md" | "lg" | "xl" | "xxl" | undefined = md