Stack | CombricSkip to content

Stack

Combric

Vertical flow with canonical gaps.

@combric/layout · v1.1.1 · Current

Import and usage

import { Stack } from "@combric/react";

The framework-independent CSS contract is available from@combric/layout/css; the React wrapper comes from@combric/react.

Examples

Stack

First
Second

Canonical gaps

One
Two
One
Two
One
Two

Public API

Public exports
Name
Stack
Documented contracts
Contract
gap: 0 | 1 | 2 | 3 | 4 | 6 | 8 | 12 | 16

Accessibility

Layout changes presentation only. Choose semantic elements and preserve meaningful source order; Combric does not add ARIA, reorder content, or measure the viewport.

Source

View React wrapper source on GitHub