Motivation
Core principles
Semantics
Physical composition
import { Composition } from 'atomic-layout'
<Composition areas="icon text">
{/* Areas components generated from the "areas" prop */}
{({ Icon, Text }) => (
<>
<Icon>...</Icon>
<Text>...</Text>
</>
)}
</Composition>Nested composition
Responsive
Responsive layoutComparison
Bootstrap

Atomic Layout

It is like a grid that goes all the way down, to the furthest leaves of an interface tree.
Last updated