organism
gy-runtime-band
Runtime info row for project pages combining an uppercase label, URL link, meta line, and a trailing actions slot for CTA buttons.
Live
What you ship.
Markup
<gy-runtime-band label="production" url="https://distill.gyrum.ai" meta="v0.4.21 · 12m ago">
<gy-button slot="actions" variant="primary">Deploy</gy-button>
</gy-runtime-band>Prop space
Tier
Tag
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | '' | Uppercase tracked label — e.g. "production", "staging". |
url | string | '' | Optional runtime URL. When safe + set, renders a clickable anchor. |
meta | string | '' | Optional trailing meta line — e.g. "v0.4.21 · 12m ago". |
Slots: actions.
Where this lives
import '@gyrum-labs/components/runtime-band/runtime-band.js';