Shadix UIShadix UI
Shadix UILoader

Loader

A customizable loader component for shadcn/ui with multiple animation variants. Easily add animated spinners, dots, and progress loaders to your React app.

Who Developed This Component:

Installation

GitHub
pnpm add shadcn@latest add @shadix-ui/loader

Usage

Basic Usage

Import the Component

import { Loader } from '@/components/loader';

Use the Component

<Loader variant="arc" size={'md'} />

Props

Built by Gihan (apix-js) for Shadcn at Vercel. Source code on GitHub.