Upload progress
import { Progress } from "@combric/react";
export function Example() {
return <Progress aria-label="Import progress" value={60} max={100} />;
}Native determinate or indeterminate progress element.
@combric/react · v1.1.1 · Current
import { Progress } from "@combric/react";Load the native stylesheet with @import "@combric/react/css";. This path does not require Tailwind.
import { Progress } from "@combric/react";
export function Example() {
return <Progress aria-label="Import progress" value={60} max={100} />;
}import { Progress } from "@combric/react";
export function Example() {
return <Progress aria-label="Preparing import" max={100} />;
}| Name |
|---|
Progress |
| Property / capability | Published contract |
|---|---|
| Contract | value |
| Contract | max |
| Contract | native progress props |
Requires a useful accessible name; omit value for indeterminate activity.
Combric classes and canonical --combric-* variables provide the package presentation. Consumer className extends the required class; it does not replace the component contract.