Inline | CombricSkip to content

Inline

Combric

Non-wrapping horizontal flow.

@combric/layout · v1.1.1 · Current

Import and usage

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

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

Examples

Inline

ProjectReady

Alignment options

StartValue
CenterValue
EndValue
BaselineValue

Public API

Public exports
Name
Inline
Documented contracts
Contract
gap
align: start | center | end | baseline

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