Default label
import { Label } from "@combric/react";
export function Example() {
return <Label htmlFor="label-example">Project name</Label>;
}Styled native label for explicit or wrapping association.
@combric/react · v1.1.1 · Current
import { Label } from "@combric/react";Load the native stylesheet with @import "@combric/react/css";. This path does not require Tailwind.
import { Label } from "@combric/react";
export function Example() {
return <Label htmlFor="label-example">Project name</Label>;
}| Name |
|---|
Label |
| Property / capability | Published contract |
|---|---|
| Contract | All native label props |
| Contract | htmlFor |
Preserves native label association; consumers must supply visible, meaningful text.
Combric classes and canonical --combric-* variables provide the package presentation. Consumer className extends the required class; it does not replace the component contract.