Glass Item
A versatile list item with glass surface treatments.
import { BadgeCheckIcon } from "lucide-react"
import {
GlassItem,Installation
$ npx shadcn add @glasscn/glass-itemVariants
clear
Basic Item
A simple item with title and description.
Your profile has been verified.
frosted
Basic Item
A simple item with title and description.
Your profile has been verified.
subtle
Basic Item
A simple item with title and description.
Your profile has been verified.
liquid
Basic Item
A simple item with title and description.
Your profile has been verified.
liquid-refract
Basic Item
A simple item with title and description.
API
Prop
Type
Default
Description
GlassItem
glassVariant"clear" | "frosted" | "subtle" | "liquid" | "liquid-refract""clear"Controls the glass surface treatment.
GlassItem
...propsReact.ComponentProps<typeof Item>-Props from the underlying shadcn/ui primitive.












