SShinUI

LDRS Ring

A minimal SVG ring loader with a dashed arc sweep — the kind of spinner LDRS popularised, without pulling in the full library.

loaderspinnersvgcss
Loading…

Usage

Drop the file into your project and import it. There is no package to install.

usage.tsx
import { LdrsRing } from "@/registry/components/ldrs-ring";

export function Example() {
  return <LdrsRing />;
}

Install prerequisites

Every component here relies only on Tailwind and the cn helper from shadcn/ui.

terminal
npm i clsx tailwind-merge

More in Libraries