You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A section component that carries the canonical heading, surface, row grouping, and item layout. Use it for product sections while composing each item's media, content, and actions as needed.
<Section.Description>Shown throughout the application.</Section.Description>
21
+
</Section.Content>
22
+
<Section.Actions>{control}</Section.Actions>
23
+
</Section.Item>
24
+
</Section.Row>
25
+
</Section.Group>
26
+
</Section.Root>
27
+
```
28
+
29
+
`Section.Group` owns the outlined surface. Its direct `Section.Row` children own separation and may stack one or more `Section.Item` entries. Each item lays out optional media, flexible content, and trailing actions. `Section.Media` accepts `md` and `lg` sizes.
30
+
31
+
Use `Section.Items` for a nested value list beneath a row's header item. The row keeps an 8px header-to-list gap, nested items stack without gaps at a 44px minimum height, and their content receives 12px vertical padding.
0 commit comments