Cluster | CombricSkip to content

Cluster

Combric

Wrapping horizontal group for actions and metadata.

@combric/layout · v1.1.1 · Current

Import and usage

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

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

Examples

Cluster

Alignment options

Public API

Public exports
Name
Cluster
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