1. Docs
  2. Components
  3. Spinner

Spinner

Displays a spinner to indicate loading state.

Installation

Copy and paste the following code into your project.

Update the import paths to match your project setup.

Usage

Multiple imports

import { Spinner } from "~/components/ui/spinner";
<Spinner />