Glass Scrim Card
A Siri-style liquid-refract card with a black scrim that anchors to one edge and eases out into clear glass.













The current CEO of Apple is Tim Cook. Apple has announced that Cook will step down on September 1, 2026, and will be succeeded by John Ternus.
Exodus Honey
import { CardContent } from "@/components/ui/card"
import { GlassScrimCard } from "@/components/ui/glasscn/glass-scrim-card"
export function ScrimCardDemo() {Installation
$ npx shadcn add @glasscn/glass-scrim-cardVariants
top
The current CEO of Apple is Tim Cook. Apple has announced that Cook will step down on September 1, 2026, and will be succeeded by John Ternus.
Exodus Honey
bottom
The current CEO of Apple is Tim Cook. Apple has announced that Cook will step down on September 1, 2026, and will be succeeded by John Ternus.
Exodus Honey
both
The current CEO of Apple is Tim Cook. Apple has announced that Cook will step down on September 1, 2026, and will be succeeded by John Ternus.
Exodus Honey
API
Prop
Type
Default
Description
scrim"top" | "bottom" | "both""top"Which edge the black scrim anchors to before fading into clear glass.
scrimOpacitynumber0.9Peak scrim opacity at the anchored edge (0–1).
scrimCoveragenumber1Fraction of the card height the scrim covers before it fully fades out.
scrimClassNamestring-Extra classes for the scrim overlay layer.
liquidPropsOmit<LiquidGlassProps, "children">-Props forwarded to the underlying LiquidGlass surface (blur, refraction, bezel, saturation).
surfaceClassNamestring-Classes applied to the outer LiquidGlass surface.
GlassScrimCard
...propsReact.ComponentProps<typeof Card>-Props from the underlying shadcn/ui primitive.