
Security News
Software Engineering Daily Podcast: Feross on AI, Open Source, and Supply Chain Risk
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.
@spectrum-web-components/badge
Advanced tools
<sp-badge> elements display a small amount of color-categorized metadata. They're ideal for getting a user's attention.
yarn add @spectrum-web-components/badge
Import the side effectful registration of <sp-badge> via:
import '@spectrum-web-components/badge/sp-badge.js';
When looking to leverage the Badge base class as a type and/or for extension purposes, do so via:
import { Badge } from '@spectrum-web-components/badge';
<div style="display: flex; gap: var(--spectrum-global-dimension-size-50);">
<sp-badge size="s">Label</sp-badge>
<sp-badge size="s">
<sp-icon-checkmark-circle slot="icon"></sp-icon-checkmark-circle>
Icon and label
</sp-badge>
</div>
Medium
<div style="display: flex; gap: var(--spectrum-global-dimension-size-50);">
<sp-badge size="m">Label</sp-badge>
<sp-badge size="m">
<sp-icon-checkmark-circle slot="icon"></sp-icon-checkmark-circle>
Icon and label
</sp-badge>
</div>
Large
<div style="display: flex; gap: var(--spectrum-global-dimension-size-50);">
<sp-badge size="l">Label</sp-badge>
<sp-badge size="l">
<sp-icon-checkmark-circle slot="icon"></sp-icon-checkmark-circle>
Icon and label
</sp-badge>
</div>
Extra Large
<div style="display: flex; gap: var(--spectrum-global-dimension-size-50);">
<sp-badge size="xl">Label</sp-badge>
<sp-badge size="xl">
<sp-icon-checkmark-circle slot="icon"></sp-icon-checkmark-circle>
Icon and label
</sp-badge>
</div>
The <sp-badge> can be customized with either semantic or non-semantic variants.
<div style="display: flex; gap: var(--spectrum-global-dimension-size-50);">
<sp-badge variant="neutral">Neutral</sp-badge>
<sp-badge variant="informative">Informative</sp-badge>
<sp-badge variant="positive">Positive</sp-badge>
<sp-badge variant="negative">Negative</sp-badge>
</div>
<div style="display: flex; gap: var(--spectrum-global-dimension-size-50);">
<sp-badge variant="fuchsia">Fuchsia</sp-badge>
<sp-badge variant="indigo">Indigo</sp-badge>
<sp-badge variant="magenta">Magenta</sp-badge>
<sp-badge variant="purple">Purple</sp-badge>
<sp-badge variant="seafoam">Seafoam</sp-badge>
<sp-badge variant="yellow">Yellow</sp-badge>
</div>
FAQs
Web component implementation of a Spectrum design Badge
The npm package @spectrum-web-components/badge receives a total of 1,927 weekly downloads. As such, @spectrum-web-components/badge popularity was classified as popular.
We found that @spectrum-web-components/badge demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.

Security News
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.