BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/shadcn/ui/skeleton-example

Skeleton

agileflow-projectquestorg/skeleton-example
FreeExample

shadcn/ui publishes no description for this item.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/projectquestorg/AgileFlow/main/apps/docs/public/r/styles/radix-nova/skeleton-example.json

Source

registry/radix-nova/examples/skeleton-example.tsxraw.githubusercontent.com/projectquestorg/AgileFlow/main/apps/docs/public/r/styles/radix-nova/skeleton-example.json
1import {
2 Example,
3 ExampleWrapper,
4} from "@/registry/bases/radix/components/example"
5import { Card, CardContent, CardHeader } from "@/registry/bases/radix/ui/card"
6import { Skeleton } from "@/registry/bases/radix/ui/skeleton"
7
8export default function SkeletonExample() {
9 return (
10 <ExampleWrapper>
11 <SkeletonAvatar />
12 <SkeletonCard />
13 <SkeletonText />
14 <SkeletonForm />
15 <SkeletonTable />
16 </ExampleWrapper>
17 )
18}
19
20function SkeletonAvatar() {
21 return (
22 <Example title="Avatar">
23 <div className="flex w-full items-center gap-4">
24 <Skeleton className="size-10 shrink-0 rounded-full" />
25 <div className="grid gap-2">
26 <Skeleton className="h-4 w-[150px]" />
27 <Skeleton className="h-4 w-[100px]" />
28 </div>
29 </div>
30 </Example>
31 )
32}
33
34function SkeletonCard() {
35 return (
36 <Example title="Card">
37 <Card className="w-full">
38 <CardHeader>
39 <Skeleton className="h-4 w-2/3" />
40 <Skeleton className="h-4 w-1/2" />
41 </CardHeader>
42 <CardContent>
43 <Skeleton className="aspect-square w-full" />
44 </CardContent>
45 </Card>
46 </Example>
47 )
48}
49
50function SkeletonText() {
51 return (
52 <Example title="Text">
53 <div className="flex w-full flex-col gap-2">
54 <Skeleton className="h-4 w-full" />
55 <Skeleton className="h-4 w-full" />
56 <Skeleton className="h-4 w-3/4" />
57 </div>
58 </Example>
59 )
60}
61
62function SkeletonForm() {
63 return (
64 <Example title="Form">
65 <div className="flex w-full flex-col gap-7">
66 <div className="flex flex-col gap-3">
67 <Skeleton className="h-4 w-20" />
68 <Skeleton className="h-10 w-full" />
69 </div>
70 <div className="flex flex-col gap-3">
71 <Skeleton className="h-4 w-24" />
72 <Skeleton className="h-10 w-full" />
73 </div>
74 <Skeleton className="h-9 w-24" />
75 </div>
76 </Example>
77 )
78}
79
80function SkeletonTable() {
81 return (
82 <Example title="Table">
83 <div className="flex w-full flex-col gap-2">
84 <div className="flex gap-4">
85 <Skeleton className="h-4 flex-1" />
86 <Skeleton className="h-4 w-24" />
87 <Skeleton className="h-4 w-20" />
88 </div>
89 <div className="flex gap-4">
90 <Skeleton className="h-4 flex-1" />
91 <Skeleton className="h-4 w-24" />
92 <Skeleton className="h-4 w-20" />
93 </div>
94 <div className="flex gap-4">
95// … truncated

What it pulls in

Other registry items

  • skeleton
  • example

Files it writes

  • registry/radix-nova/examples/skeleton-example.tsx

Facts

Registry
shadcn/ui
Type
registry:example
Access
Free
Files written
1
Licence
MIT
First indexed
2026-08-01
Last confirmed
yesterday

Go to the source

agileflow.projectquestorg.com projectquestorg/AgileFlow on GitHub Raw registry item This item as JSON

More from shadcn/ui

All 133 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Accordionaccordion-exampleshadcn/uiExamplesFreeno deps
Alert Dialogalert-dialog-exampleshadcn/uiExamplesFreeno deps
Alertalert-exampleshadcn/uiExamplesFreeno deps
Aspect Ratioaspect-ratio-exampleshadcn/uiExamplesFreeno deps
Avataravatar-exampleshadcn/uiExamplesFreeno deps
Badgebadge-exampleshadcn/uiExamplesFreeno deps
Breadcrumbbreadcrumb-exampleshadcn/uiExamplesFreeno deps
Buttonbutton-exampleshadcn/uiExamplesFreeno 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