@sps-woodland/content-row
v8.51.1
Published
SPS Woodland Design System page title component
Keywords
Readme
@sps-woodland/content-row
SPS Woodland Design System content row component.
Preferred imports (core, tree-shakes per component)
import { ContentRow } from "@sps-woodland/core/content-row";
import { ContentRowCol } from "@sps-woodland/core/content-row-col";
import { ContentRowExpansion } from "@sps-woodland/core/content-row-expansion";
import { RowListAutoLayout } from "@sps-woodland/core/row-list-auto-layout";
import "@sps-woodland/core/content-row/style.css";ContentRow is only reachable via the family barrel (@sps-woodland/core/content-row) because the family name and the component name collide. ContentRowCol, ContentRowExpansion, and RowListAutoLayout are also available from the same barrel if you prefer one import.
Legacy wrapper (still supported, re-exports from @sps-woodland/core)
import { ContentRow, ContentRowCol, ContentRowExpansion, RowListAutoLayout } from "@sps-woodland/content-row";
import "@sps-woodland/content-row/style.css";