Stack
A layout component that allows you to stack children horizontally or vertically with consistent spacing.
Installation
npx shadcn@latest add @tetra-ui/stackUsage
import { Stack } from "@/components/ui/stack";<Stack gap="sm">
<Text>Hello</Text>
<Text>World</Text>
</Stack>