SShinUI

Glass Card

Frosted glass surface with backdrop blur, a subtle highlight gradient and a hairline border — the glasscn look in one div.

glassmorphismcardblur

GlassCN style

Frosted card

Backdrop blur and a soft border over any colourful surface.

Usage

Drop the file into your project and import it. There is no package to install.

usage.tsx
import { GlassCard } from "@/registry/components/glass-card";

export function Example() {
  return <GlassCard />;
}

Install prerequisites

Every component here relies only on Tailwind and the cn helper from shadcn/ui.

terminal
npm i clsx tailwind-merge

More in Libraries