Admin Statusbar

admin-statusbar CSS-only

Module-tier shell bottom chrome bar. Same shape as admin-topbar; conventionally read-only status.

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-statusbar> <icon-ui slot="icon" name="check-circle"></icon-ui> <span>Synced just now · 12 changes</span> </admin-statusbar>

Slot vocabulary

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