Badge | CombricSkip to content

Badge

Combric

Non-interactive compact label with neutral or accent presentation.

@combric/react · v1.1.1 · Current

Import and usage

import { Badge } from "@combric/react";

Load the native stylesheet with @import "@combric/react/css";. This path does not require Tailwind.

Examples

Active badge

Active

Neutral and accent variants

NeutralAccent

Public API

Public exports
Name
Badge
Documented contracts
Property / capabilityPublished contract
variantneutral | accent
Contractnative span props

Accessibility

Renders a non-interactive span; status announcements remain consumer-owned.

CSS and customization

Combric classes and canonical --combric-* variables provide the package presentation. Consumer className extends the required class; it does not replace the component contract.

Source

View source on GitHub