Pinwheel Spinner

PreviousNext

A pinwheel spinner component

Docs
shadcnui-blockscomponent

Preview

Loading preview…
components/customized/spinner/spinner-03.tsx
import { LoaderPinwheel } from "lucide-react";

export default function SpinnerPinwheelDemo() {
  return <LoaderPinwheel className="animate-spin" />;
}

Installation

npx shadcn@latest add @shadcnui-blocks/spinner-03

Usage

import { Spinner03 } from "@/components/spinner-03"
<Spinner03 />