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-progress

Glass Progress

washiveil/glass-progress
FreeComponent

Progress bar with a ruri fill on a glass track, built on Radix Progress.

Install it

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

Source

registry/washiveil/ui/glass-progress.tsxwashiveil.alexchih.com/r/glass-progress.json
1'use client';
2
3import * as React from 'react';
4import { Progress as ProgressPrimitive } from 'radix-ui';
5
6import { cn } from '@/lib/utils';
7
8const GlassProgress = React.forwardRef<
9 React.ComponentRef<typeof ProgressPrimitive.Root>,
10 React.ComponentPropsWithoutRef<typeof ProgressPrimitive.Root>
11>(({ className, value, ...props }, ref) => (
12 <ProgressPrimitive.Root
13 ref={ref}
14 value={value}
15 className={cn('h-2 w-full overflow-hidden rounded-full border border-glass-edge bg-glass backdrop-blur', className)}
16 {...props}
17 >
18 <ProgressPrimitive.Indicator
19 className="h-full rounded-full bg-ruri transition-transform dark:bg-ruri-soft"
20 style={{ transform: `translateX(-${100 - (value || 0)}%)` }}
21 />
22 </ProgressPrimitive.Root>
23));
24GlassProgress.displayName = ProgressPrimitive.Root.displayName;
25
26export { GlassProgress };

What it pulls in

npm packages

  • radix-ui

Other registry items

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

Files it writes

  • registry/washiveil/ui/glass-progress.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