Spinner | CombricSkip to content

Spinner

Combric

Compact indeterminate busy indicator.

@combric/react · v1.1.1 · Current

Import and usage

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

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

Examples

Loading spinner

Decorative by default

Public API

Public exports
Name
Spinner
Documented contracts
Property / capabilityPublished contract
Contractaria-label opts into status semantics
Contractnative span props

Accessibility

Decorative by default; a consumer label gives it status semantics without injected 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