ripple
loading-ui/rippleFreeComponent
@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/ripple.jsonSource
1import { cn } from "@/lib/utils";23function Ripple({ className, ...props }: React.ComponentProps<"svg">) {4 return (5 <svg6 viewBox="0 0 44 44"7 fill="none"8 stroke="currentColor"9 xmlns="http://www.w3.org/2000/svg"10 className={cn(className)}11 {...props}12 >13 <title>Loading...</title>14 <g fill="none" fillRule="evenodd" strokeWidth="2">15 <circle cx="22" cy="22" r="1">16 <animate17 attributeName="r"18 begin="0s"19 calcMode="spline"20 dur="1.8s"21 keySplines="0.165, 0.84, 0.44, 1"22 keyTimes="0; 1"23 repeatCount="indefinite"24 values="1; 20"25 />26 <animate27 attributeName="stroke-opacity"28 begin="0s"29 calcMode="spline"30 dur="1.8s"31 keySplines="0.3, 0.61, 0.355, 1"32 keyTimes="0; 1"33 repeatCount="indefinite"34 values="1; 0"35 />36 </circle>37 <circle cx="22" cy="22" r="1">38 <animate39 attributeName="r"40 begin="-0.9s"41 calcMode="spline"42 dur="1.8s"43 keySplines="0.165, 0.84, 0.44, 1"44 keyTimes="0; 1"45 repeatCount="indefinite"46 values="1; 20"47 />48 <animate49 attributeName="stroke-opacity"50 begin="-0.9s"51 calcMode="spline"52 dur="1.8s"53 keySplines="0.3, 0.61, 0.355, 1"54 keyTimes="0; 1"55 repeatCount="indefinite"56 values="1; 0"57 />58 </circle>59 </g>60 </svg>61 );62}6364export { Ripple };
Files it writes
More from @loading-ui
All 50 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| accordion-loaderaccordion-loader | @loading-ui | Components | Free | no deps | |
| analyzing-imageanalyzing-image | @loading-ui | Components | Free | 1 dep | |
| arcarc | @loading-ui | Components | Free | no deps | |
| barsbars | @loading-ui | Components | Free | no deps | |
| bobbing-dotsbobbing-dots | @loading-ui | Components | Free | 1 dep | |
| bouncing-dotsbouncing-dots | @loading-ui | Components | Free | no deps | |
| classicclassic | @loading-ui | Components | Free | no deps | |
| clock-ringclock-ring | @loading-ui | Components | Free | no deps |
