BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/@loading-ui/dash-ring

dash-ring

loading-ui/dash-ring
FreeComponent

@loading-ui publishes no description for this item.

Live preview

live · rendered by the registry
Rendered by @loading-ui on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://loading-ui.com/r/dash-ring.json

Source

registry/components/loading-ui/dash-ring.tsxloading-ui.com/r/dash-ring.json
1import { cn } from "@/lib/utils";
2
3type DashRingProps = React.ComponentProps<"svg">;
4
5function DashRing({ className, ...props }: DashRingProps) {
6 return (
7 <svg
8 viewBox="0 0 24 24"
9 fill="none"
10 stroke="currentColor"
11 xmlns="http://www.w3.org/2000/svg"
12 role="status"
13 className={cn(className)}
14 {...props}
15 >
16 <circle
17 cx="12"
18 cy="12"
19 r="9.5"
20 opacity="0.1"
21 strokeWidth="2"
22 strokeLinecap="round"
23 />
24 <circle cx="12" cy="12" r="9.5" strokeWidth="2" strokeLinecap="round">
25 <animateTransform
26 attributeName="transform"
27 type="rotate"
28 from="0 12 12"
29 to="360 12 12"
30 dur="2s"
31 repeatCount="indefinite"
32 />
33 <animate
34 attributeName="stroke-dasharray"
35 values="0 150;42 150;42 150"
36 keyTimes="0;0.5;1"
37 dur="1.5s"
38 repeatCount="indefinite"
39 />
40 <animate
41 attributeName="stroke-dashoffset"
42 values="0;-16;-59"
43 keyTimes="0;0.5;1"
44 dur="1.5s"
45 repeatCount="indefinite"
46 />
47 </circle>
48 </svg>
49 );
50}
51
52export { DashRing };

Files it writes

  • registry/components/loading-ui/dash-ring.tsx

Facts

Registry
@loading-ui
Type
registry:component
Access
Free
Files written
1
Licence
the repository states none
First indexed
2026-08-02
Last confirmed
yesterday

Go to the source

Docs on @loading-ui loading-ui.com turbostarter/loading-ui on GitHub Raw registry item This item as JSON

More from @loading-ui

All 50 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
accordion-loaderaccordion-loader@loading-uiComponentsFreeno deps
analyzing-imageanalyzing-image@loading-uiComponentsFree1 dep
arcarc@loading-uiComponentsFreeno deps
barsbars@loading-uiComponentsFreeno deps
bobbing-dotsbobbing-dots@loading-uiComponentsFree1 dep
bouncing-dotsbouncing-dots@loading-uiComponentsFreeno deps
classicclassic@loading-uiComponentsFreeno deps
clock-ringclock-ring@loading-uiComponentsFreeno deps
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