BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/Pixelact UI/spinner

Pixelact Spinner

pixelact-ui/spinner
FreeComponent

A simple spinner component.

Live preview

live · rendered by the registry
Rendered by Pixelact UI on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://pixelactui.com/r/spinner.json

Source

components/ui/pixelact-ui/spinner.tsxpixelactui.com/r/spinner.json
1import { cn } from "@/lib/utils";
2
3function Spinner({ className, ...props }: React.ComponentProps<"svg">) {
4 return (
5 <svg
6 xmlns="http://www.w3.org/2000/svg"
7 width="32"
8 height="32"
9 viewBox="0 0 24 24"
10 className={cn(
11 "animate-[hourglassFlip_3s_ease-in-out_infinite]",
12 className
13 )}
14 {...props}
15 >
16 <defs>
17 <style>{`
18 @keyframes hourglassFlip {
19 0% { transform: rotate(0deg); }
20 20% { transform: rotate(180deg); }
21 50% { transform: rotate(180deg); }
22 70% { transform: rotate(360deg); }
23 100% { transform: rotate(360deg); }
24 }
25 `}</style>
26 </defs>
27 <path
28 fill="currentColor"
29 d="M18 2H6v6h2v2h2v4H8v2H6v6h12v-6h-2v-2h-2v-4h2V8h2zm-2 6h-2v2h-4V8H8V4h8zm-2 6v2h2v4H8v-4h2v-2z"
30 />
31 </svg>
32 );
33}
34
35export { Spinner };

Files it writes

  • components/ui/pixelact-ui/spinner.tsx

Facts

Registry
Pixelact UI
Type
registry:component
Access
Free
Files written
1
Licence
MIT
First indexed
2026-08-03
Last confirmed
today

Go to the source

Docs on Pixelact UI pixelactui.com pixelact-ui/pixelact-ui on GitHub Raw registry item This item as JSON

More from Pixelact UI

All 28 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Pixelact AccordionaccordionPixelact UIComponentsFreeno deps · 2 files
Pixelact AlertalertPixelact UIComponentsFreeno deps · 2 files
Pixelact Alert Dialogalert-dialogPixelact UIComponentsFreeno deps · 2 files
Pixelact AvataravatarPixelact UIComponentsFreeno deps · 2 files
Pixelact BadgebadgePixelact UIComponentsFreeno deps · 2 files
Pixelact BreadcrumbbreadcrumbPixelact UIComponentsFreeno deps · 2 files
Pixelact ButtonbuttonPixelact UIComponentsFreeno deps · 3 files
Pixelact CalendarcalendarPixelact UIComponentsFreeno deps · 2 files
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex