Loading skeleton
import { Skeleton } from "@combric/react";
export function Example() {
return <Skeleton style={{ minHeight: "3rem" }} />;
}Visual placeholder without progress semantics.
@combric/react · v1.1.1 · Current
import { Skeleton } from "@combric/react";Load the native stylesheet with @import "@combric/react/css";. This path does not require Tailwind.
import { Skeleton } from "@combric/react";
export function Example() {
return <Skeleton style={{ minHeight: "3rem" }} />;
}| Name |
|---|
Skeleton |
| Property / capability | Published contract |
|---|---|
| Contract | native div props |
Hidden from assistive technology by default; animation stops under reduced motion.
Combric classes and canonical --combric-* variables provide the package presentation. Consumer className extends the required class; it does not replace the component contract.