Stack

A layout component for arranging children with consistent spacing.

tsx
import { Stack } from '@xdev-asia/x-ui-react';

Example

Props

  • direction - 'row' | 'column'
  • gap - Spacing between items
  • align - Align items
  • justify - Justify content