sheengemologic ui
All components

AdminTopbar

A compact, named application control region with deterministic start, center, and end zones.@gemologic/sheen-patterns · application

Playground

This example has no scalar controls. Its validated source remains interactive below.
Northstar
Orders
<AdminTopbar start={<strong>Northstar</strong>} center={<span>Orders</span>} end={<button type="button">Create</button>} />

Variant matrix

Application controls
Northstar
Orders

Anatomy

Package
@gemologic/sheen-patterns
Source
packages/patterns/src/AdminTopbar.tsx
Tokens
  • --sheen-color-bg-raised
  • --sheen-color-border
  • --sheen-space-inline-sm

Accessibility

Role: regionKeyboard: Tab, Shift+Tab

Do

  • Use AdminApp placement resolution for production shell chrome.

Do not

  • Do not duplicate a semantic control in more than one zone.

Generated props

NameTypeDefaultDescription
labelstringApplication controlsAccessible region name.
startJSX.ElementStart-aligned semantic chrome, resolved once.
centerJSX.ElementCenter semantic chrome with bounded horizontal overflow.
endJSX.ElementEnd-aligned semantic action chrome, resolved once.
Native Solid/HTML attributes remain available and are omitted from this authored-prop view.