Admin Content

admin-content CSS-only

Module-tier shell main-column container. CSS-only. Sits inside as the center column between leading and trailing sidebars.

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-shell> <admin-sidebar slot="leading">…</admin-sidebar> <admin-content> <admin-topbar slot="header">…</admin-topbar> <admin-scroll>…</admin-scroll> <admin-statusbar slot="footer">…</admin-statusbar> </admin-content> </admin-shell>

Slot vocabulary

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