Overview
Both directives take justifyContent, alignItems, and an optional props object. Apply with lit-html directive syntax: ${row(...)}.
They re-apply on every render, so reading an atom in the arguments makes layout reactive.
Reactive row ↔ col
Toggle between row() and col() on the same section.