BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/washiveil/glass-empty

Glass Empty

washiveil/glass-empty
FreeComponent

Empty state — icon, title, description, action slot on a soft glass ground.

Install it

npx shadcn@latest add https://washiveil.alexchih.com/r/glass-empty.json

Source

registry/washiveil/ui/glass-empty.tsxwashiveil.alexchih.com/r/glass-empty.json
1import { cn } from '@/lib/utils'
2
3export function GlassEmpty({ className, ...props }: React.ComponentProps<'div'>) {
4 return (
5 <div
6 className={cn(
7 'grid place-items-center gap-3 rounded-2xl border border-dashed border-border bg-glass/50 p-10 text-center backdrop-blur-md',
8 className,
9 )}
10 {...props}
11 />
12 )
13}
14
15export function GlassEmptyIcon({ className, ...props }: React.ComponentProps<'div'>) {
16 return (
17 <div
18 className={cn(
19 'grid size-12 place-items-center rounded-full border border-glass-edge bg-glass text-faint [&_svg]:size-5',
20 className,
21 )}
22 {...props}
23 />
24 )
25}
26
27export function GlassEmptyTitle({ className, ...props }: React.ComponentProps<'h3'>) {
28 return <h3 className={cn('font-display text-base font-medium', className)} {...props} />
29}
30
31export function GlassEmptyDescription({ className, ...props }: React.ComponentProps<'p'>) {
32 return <p className={cn('max-w-sm text-sm text-muted-foreground', className)} {...props} />
33}
34
35export function GlassEmptyContent({ className, ...props }: React.ComponentProps<'div'>) {
36 return (
37 <div
38 className={cn('mt-1 flex flex-wrap items-center justify-center gap-3', className)}
39 {...props}
40 />
41 )
42}

What it pulls in

Other registry items

  • https://washiveil.alexchih.com/r/theme.json

Files it writes

  • registry/washiveil/ui/glass-empty.tsx

Facts

Registry
washiveil
Type
registry:ui
Access
Free
Files written
1
Licence
MIT
First indexed
2026-08-12
Last confirmed
today

Go to the source

washiveil.alexchih.com tochny/washiveil on GitHub Raw registry item This item as JSON

More from washiveil

All 58 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Ambient Fieldambient-fieldwashiveilComponentsFreeno deps
ChipchipwashiveilComponentsFree1 dep
Code Badgecode-badgewashiveilComponentsFreeno deps
Glass Accordionglass-accordionwashiveilComponentsFree2 deps
Glass Alertglass-alertwashiveilComponentsFree1 dep
Glass Alert Dialogglass-alert-dialogwashiveilComponentsFree1 dep
Glass Aspect Ratioglass-aspect-ratiowashiveilComponentsFree1 dep
Glass Avatarglass-avatarwashiveilComponentsFree1 dep
BlockDex

Built by

Kynth Studios

the studio behind StoreReady, ToolDrift and BreachProbe

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

© 2026 BlockDex. A Kynth Studios product.

BlockDex

BlockDex

Built by

Kynth Studios

the studio behind StoreReady, ToolDrift and BreachProbe

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

© 2026 BlockDex. A Kynth Studios product.

BlockDex

BlockDex

Built by

Kynth Studios

the studio behind StoreReady, ToolDrift and BreachProbe

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

© 2026 BlockDex. A Kynth Studios product.

BlockDex