Components
Stamp
Stamp
The heavy rubber-stamp label on the error pages (FORBIDDEN / NOT FOUND) — a thick danger-outlined, wide-tracked uppercase chip. Decorative; the text goes in the body, outer spacing via class.
Canonical
Forbidden
<koala-stamp>Forbidden</koala-stamp>
Used once per error page, above the hero title. Add bottom spacing with class.
<koala-stamp class="mb-6 sm:mb-8">Not found</koala-stamp>
Props
2 inputs| Attribute | Values | Notes |
|---|---|---|
| (content) | slot | The stamp label text (rendered uppercase). |
| class | string? | Outer spacing only (e.g. mb-8). |
Do & don't
Not found
Do
Use it as the decorative status flash on a full-page error state (403 / 404).
Failed
Don't
Don't use it for inline status in lists/cards — that's
<koala-badge>.