Beta modeInstall commands on this page use lovdacn@beta, which installs from the beta registry and may change before the stable release.What’s in beta

Spinner

A loading indicator spinner component with premium rotation animations.

Loading preview…

Spinner is in beta. This component was recently added and will be stabled soon.

Installation

npx lovdacn@latest add spinner

(You can also use the shortened lvcn alias, e.g., npx lvcn@latest add spinner)

Registry dependencies: utils

Usage

import { Spinner } from "@/components/ui/spinner"

export function Example() {
  return (
    <Spinner size="large" />
  )
}