Label | CombricSkip to content

Label

Combric

Styled native label for explicit or wrapping association.

@combric/react · v1.1.1 · Current

Import and usage

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

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

Examples

Default label

Public API

Public exports
Name
Label
Documented contracts
Property / capabilityPublished contract
ContractAll native label props
ContracthtmlFor

Accessibility

Preserves native label association; consumers must supply visible, meaningful text.

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