The flat rectangle that flanks a hex-prism diagram. Sources go on the left, consumers go on the right, integrations sit anywhere a prism would feel wrong. The shape difference is the hierarchy: prisms are apps you can install; side-boxes are everything else.
<cn-side-box header="YOUR DATA"> <div class="row"> <span class="ic-square">...</span> Spreadsheets </div> ... </cn-side-box>
| Slot | Purpose |
|---|---|
(default) | Rows of icon + label. Each row is a div with a .ic-square wrapper for the icon and the label text inline. |
footer | Optional dashed-divider line at the bottom. Used for "+ N more" overflow lists. |
| Attribute | Values | Default | Purpose |
|---|---|---|---|
header | any string | (empty) | Uppercase chip label at the top. Use one or two short words; gets letter-spaced and rendered in cobalt-400. |
compact | boolean (presence) | absent | Tighter row padding and smaller icon squares. Use for dense diagrams or sub-lists. |
width | sm (180px) · md (220px) · lg (260px), or any CSS length | md | Box width. Sized for readable rows; do not stretch beyond lg. |
A hex-prism is something you can install. A side-box is something you can't. That visual distinction is non-negotiable; bending it muddies the diagram.
compact with a + N more footer.