Spinner

Lucide-based loader with softened foreground glow that pairs with the Omni glassmorphism surfaces.

Loading cues

Button + inline states
Spinners inherit the surrounding text color for easy integration in HUD elements.
Fetching cluster metrics…

Installation

pnpm dlx shadcn@latest add @omni/spinner

Usage

import { Spinner } from "@/components/ui/spinner"
<Button disabled>
  <Spinner className="mr-2" />
  Loading
</Button>