BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/eldoraui/ipad

ipad

eldoraui/ipad
FreeComponent

An iPad SVG component.

Live preview

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

Install it

npx shadcn@latest add https://eldoraui.site/r/ipad.json

Source

registry/eldoraui/ipad.tsxeldoraui.site/r/ipad.json
1import type { SVGProps } from "react"
2
3export interface IpadProps extends SVGProps<SVGSVGElement> {
4 width?: number
5 height?: number
6 src?: string
7}
8
9export function Ipad({ width = 520, height = 400, src, ...props }: IpadProps) {
10 return (
11 <svg
12 width={width}
13 height={height}
14 viewBox={`0 0 ${width} ${height}`}
15 fill="none"
16 xmlns="http://www.w3.org/2000/svg"
17 {...props}
18 >
19 <path
20 fill="#aaabac"
21 d="M479.04,14.14H88.14v-.59c0-.16-.13-.3-.3-.3h-16.7c-.16,0-.3.13-.3.3v.59h-3.46v-.59c0-.16-.13-.3-.3-.3h-16.7c-.16,0-.3.13-.3.3v.59h-9.13c-13.4,0-24.27,10.78-24.45,24.14h-.48c-.16,0-.3.13-.3.3v20.07c0,.16.13.3.3.3h.47v303.38c0,13.51,10.95,24.45,24.45,24.45h438.08c13.51,0,24.45-10.95,24.45-24.45V38.6c0-13.51-10.95-24.45-24.45-24.45Z"
22 />
23 <rect
24 fill="#000"
25 x="18.58"
26 y="15.94"
27 width="482.84"
28 height="368.91"
29 rx="23.29"
30 ry="23.29"
31 />
32 <rect
33 fill="currentColor"
34 x="31.37"
35 y="28.47"
36 width="457.25"
37 height="342.87"
38 rx="9.61"
39 ry="9.61"
40 />
41 {src && (
42 <image
43 href={src}
44 x="31.37"
45 y="28.47"
46 width="457.25"
47 height="342.87"
48 preserveAspectRatio="xMidYMid slice"
49 clipPath="url(#roundedCorners)"
50 />
51 )}
52 <circle fill="#0a1054" cx="245.1" cy="22.23" r="2.44" />
53 <circle fill="#333" cx="274.98" cy="22.23" r=".88" />
54 <defs>
55 <clipPath id="roundedCorners">
56 <rect
57 fill="#ffffff"
58 x="31.37"
59 y="28.47"
60 width="457.25"
61 height="342.87"
62 rx="9.61"
63 ry="9.61"
64 />
65 </clipPath>
66 </defs>
67 </svg>
68 )
69}

What it pulls in

npm packages

  • react

Files it writes

  • registry/eldoraui/ipad.tsx

Facts

Registry
eldoraui
Type
registry:ui
Access
Free
Files written
1
Licence
the repository states none
First indexed
2026-08-01
Last confirmed
today

Go to the source

Docs on eldoraui eldoraui.site karthikmudunuri/eldoraui on GitHub Raw registry item This item as JSON

More from eldoraui

All 115 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
animated-badgeanimated-badgeeldorauiComponentsFree2 deps
animated-frameworksanimated-frameworkseldorauiComponentsFree2 deps
animated-grid-patternanimated-grid-patterneldorauiComponentsFree3 deps
animated-listanimated-listeldorauiComponentsFree1 dep
animated-shiny-buttonanimated-shiny-buttoneldorauiComponentsFree1 dep
blur-in-textblur-in-texteldorauiComponentsFree3 deps
browserbrowsereldorauiComponentsFree2 deps
card-flip-hovercard-flip-hovereldorauiComponentsFree1 dep
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