tsimport {Section} from '@astryxdesign/core/Section'
| Guidance | Practices |
|---|---|
| Do | Use Section for page-level grouping: settings panels, form groups, sidebar regions. These are sections of a page, not discrete items. |
| Do | Start with the default variant. Use muted only to call attention to a specific region. |
| Do | Add dividers between same-background sections that need separation. |
| Do | Combine with a heading + Stack for a typical page section pattern. |
| Don't | Use Card when you mean Section. Cards are for discrete items (one notification, one profile). Sections are for page regions. |