Glass Skeleton
A loading placeholder with glass surface treatments.













import { GlassSkeleton } from "@/components/ui/glasscn/glass-skeleton"
export function SkeletonDemo() {
return (Installation
$ npx shadcn add @glasscn/glass-skeletonVariants
clear
frosted
subtle
liquid
liquid-refract
API
Prop
Type
Default
Description
GlassSkeleton
glassVariant"clear" | "frosted" | "subtle" | "liquid" | "liquid-refract""clear"Controls the glass surface treatment.
GlassSkeleton
...propsReact.ComponentProps<typeof Skeleton>-Props from the underlying shadcn/ui primitive.