Skip to main content

Spinner

Feedback
Stable

Loading spinner using Loader2Icon with spin animation. Has role="status" and accessible label via useUiLabels.

Quick Import
import { Spinner } from "@cohere-ai/waypoint-ui/spinner";

Live Preview

Loading Spinner...

Examples

Basic Spinner

Default and custom-sized spinners

1
import { Spinner } from '@cohere-ai/waypoint-ui/spinner';
2
 
3
<Spinner />
4
<Spinner className="size-6" />

Found an Issue?

If you've encountered a bug or have feedback about the Spinner component, please report it to our team. Your feedback helps us improve Waypoint.

Available for all users • Issue will be created in Linear

Was this page helpful?

Your feedback helps us improve our documentation.

Need Help?

Check out the Whitelabeling Playground to explore customization options or visit the Developer Guide for integration help.