๐Ÿ™ Onigiri

The Crunchyroll design system, rendered live from its own tokens and components. It cannot drift from what ships.

Docs draft

Spinner

When to use it

useIndeterminate waits under a few seconds: a panel fetching, a button submitting.
avoidLong or determinate operations. A spinner that runs for ten seconds reads as a hang. loading-bar Planned.

Variants

size ยท sm / md / lg โ€” 24 / 48 / 64, snapped to the space scale from the old set's 24/48/60. Button composes sm scaled to its icon slot.

Design specifications

size-smspace.24
size-mdspace.48
size-lgspace.64
colorcurrentColor โ€” inherits the surface's text role; Figma binds color.text.primary and surfaces override
motion800ms linear rotation, 270-degree arc

Accessibility

role=status with an accessible label (default: Loading). Not focusable; announced, not operated. Respect prefers-reduced-motion at the app level before shipping stable.