tetra-ui Logotetra ui

Stack

A layout component that allows you to stack children horizontally or vertically with consistent spacing.

Installation

npx shadcn@latest add @tetra-ui/stack

Usage

import { Stack } from "@/components/ui/stack";
<Stack gap="sm">
  <Text>Hello</Text>
  <Text>World</Text>
</Stack>

On this page