Skip to content

CompLabel

  • Layer: Primitive
  • Base: Custom — no Ark UI dependency

Basic labels

Captured Recently
Saltie's Voice
Plane 1 — UI

Numbered labels

01The Den
02Vault
03Settings
PropTypeDefaultDescription
childrenJSX.ElementrequiredLabel text
numberstringOptional prefix e.g. "01" — rendered in accent.default with a · separator
  • font-mono, 0.72rem (xs), letter-spacing: 0.18em, uppercase, text.muted — intentionally quiet.
  • The number prefix uses accent.default so it draws the eye without competing with content.
  • The · separator between number and label is aria-hidden="true".
  • Use in place of <h2> / <h3> for section headers in Plane 1. Avoid adding margin directly — wrap in a <Box mb="3"> or use the style prop.
  • No background
  • No border
  • No hover state — this is a label, not interactive