Admin Page Body

admin-page-body CSS-only

Module-tier page-body band. Centered body inside .

Role

This is a CSS-only structural stub — no JavaScript, no behavior. The shell host (<admin-shell>) styles it via tag-presence. Authors compose it with sibling bespoke children to express semantic shell-tier structure.

Composition

Typical placement inside <admin-shell>:

<admin-page> <admin-page-header>…</admin-page-header> <admin-page-body> <section-ui> <h1>Heading</h1> <p>Body content…</p> </section-ui> </admin-page-body> </admin-page>

Slot vocabulary

See the admin-shell demo for the full composition pattern. CSS-only stubs declare slot intent; the parent shell handles layout.