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/analyzing-image

analyzing-image

loading-ui/analyzing-image
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/analyzing-image.json

Source

registry/components/loading-ui/analyzing-image.tsxloading-ui.com/r/analyzing-image.json · first 6 KB
1"use client";
2
3import { motion } from "motion/react";
4
5import { cn } from "@/lib/utils";
6
7import type { Transition } from "motion/react";
8
9const transition: Transition = {
10 duration: 2.5,
11 ease: [0.175, 0.885, 0.32, 1],
12 times: [0, 0.6, 0.6, 1],
13 repeat: Infinity,
14 repeatType: "mirror",
15 repeatDelay: 0.2,
16};
17
18function AnalyzingImage({ className, ...props }: React.ComponentProps<"div">) {
19 return (
20 <div
21 role="status"
22 aria-label="Analyzing image"
23 className={cn("relative isolate shrink-0", className)}
24 {...props}
25 >
26 <motion.div
27 initial={{
28 clipPath: "inset(0% 0% 0% 0%)",
29 }}
30 animate={{
31 clipPath: [
32 "inset(0% 0% 0% 0%)",
33 "inset(0% 105% 0% 0%)",
34 "inset(0% 105% 0% 0%)",
35 "inset(0% 0% 0% 0%)",
36 ],
37 }}
38 transition={transition}
39 className="absolute inset-0 z-10 bg-[var(--loading-ui-analyzing-image-background,var(--background))]"
40 >
41 <svg
42 viewBox="0 0 24 24"
43 fill="none"
44 xmlns="http://www.w3.org/2000/svg"
45 className="size-full"
46 >
47 <path
48 d="M4.27209 20.7279L10.8686 14.1314C11.2646 13.7354 11.4627 13.5373 11.691 13.4632C11.8918 13.3979 12.1082 13.3979 12.309 13.4632C12.5373 13.5373 12.7354 13.7354 13.1314 14.1314L19.6839 20.6839M14 15L16.8686 12.1314C17.2646 11.7354 17.4627 11.5373 17.691 11.4632C17.8918 11.3979 18.1082 11.3979 18.309 11.4632C18.5373 11.5373 18.7354 11.7354 19.1314 12.1314L22 15M10 9C10 10.1046 9.10457 11 8 11C6.89543 11 6 10.1046 6 9C6 7.89543 6.89543 7 8 7C9.10457 7 10 7.89543 10 9ZM6.8 21H17.2C18.8802 21 19.7202 21 20.362 20.673C20.9265 20.3854 21.3854 19.9265 21.673 19.362C22 18.7202 22 17.8802 22 16.2V7.8C22 6.11984 22 5.27976 21.673 4.63803C21.3854 4.07354 20.9265 3.6146 20.362 3.32698C19.7202 3 18.8802 3 17.2 3H6.8C5.11984 3 4.27976 3 3.63803 3.32698C3.07354 3.6146 2.6146 4.07354 2.32698 4.63803C2 5.27976 2 6.11984 2 7.8V16.2C2 17.8802 2 18.7202 2.32698 19.362C2.6146 19.9265 3.07354 20.3854 3.63803 20.673C4.27976 21 5.11984 21 6.8 21Z"
49 stroke="currentColor"
50 strokeWidth="1.5"
51 strokeLinecap="round"
52 strokeLinejoin="round"
53 />
54 </svg>
55 </motion.div>
56 <motion.div
57 initial={{ transform: "translateX(1400%)" }}
58 animate={{
59 transform: [
60 "translateX(1400%)",
61 "translateX(-80%)",
62// … truncated

What it pulls in

npm packages

  • motion

Files it writes

  • registry/components/loading-ui/analyzing-image.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
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
comet-spinnercomet-spinner@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