Koala logo Design
Esc
No matches for “
↑↓ navigate open Esc close
Components Badges

Badges

Compact status pills in seven semantic colours. One colour per meaning — Gold + shimmer is reserved for terminal-success.

<koala-badge>

Canonical

Sent

The most-used shape. Filled Success communicates a positive terminal status — a sent quote, a paid invoice.

Variants

9 variants
Success
Success
koala-badge="Success"
Danger
Danger
koala-badge="Danger"
Warning
Warning
koala-badge="Warning"
Info
Info
koala-badge="Info"
Neutral
Neutral
koala-badge="Neutral"
Complete
Gold + shimmer
koala-badge="Gold" koala-badge-shimmer
Outlined
Outlined
koala-badge-variant="Outlined"
Small
Small
koala-badge-size="Small"
Yes No
Bool glyph
koala-badge-bool="true|false"

States

3 states
Default
Default
Complete
Shimmer
Animated sheen for terminal success
Yes
With glyph
Tick / cross prepended automatically

Props

5 attributes
Attribute Values Notes
koala-badge Neutral, Success, Warning, Danger, Info, Gold Required. Selects the colour family. Defaults to Neutral.
koala-badge-variant Filled, Outlined Defaults to Filled. Outlined drops to muted surface for low-emphasis pills.
koala-badge-size Default, Small Defaults to Default. Small for inline-with-text use.
koala-badge-bool true, false Prepends a tick (true) or cross (false) glyph in front of the label.
koala-badge-shimmer true, false Adds the animated sheen sweep. Reserved for Gold “Complete”.

Do & don't

Awaiting Sent Complete
Do One colour per meaning. Reserve Gold + shimmer for the terminal “Complete” status.
Draft Sent
Don't Don't reach for Gold + shimmer on intermediate states. The sweep is reserved for terminal success and stops landing as a moment when it appears earlier.

Role badge

One canonical pill for every user role. Outlined neutral surface, uniform size, optional icon. Replaces inline role badges and the old admin-only helper.

<koala-role-badge>
Admin Org admin Estate agent Mortgage broker Conveyancer admin Conveyancer
Attribute Notes
roleRequired role enum: Admin, OrganisationAdmin, EstateAgent, MortgageBroker, ConveyancerAdmin, Conveyancer.
smallRenders the smaller form factor.
tooltipOptional Tippy tooltip text (typically the role permissions list).

Disabled badge

Outlined danger badge that renders only when the supplied timestamp is non-null. Use next to soft-deletable entity names (branches, partners, partner users).

<koala-disabled-badge>
Disabled Disabled
Attribute Values Notes
if-disabled-atDateTimeOffset?Required. When null, the helper renders nothing.
sizeSmall, DefaultSame scale as koala-badge.
variantOutlined (default), FilledFilled matches older sites that used a solid Danger badge.