A vertical list of rows that expand on hover to reveal full-bleed imagery, labels, and descriptions.
AccordionRevealItem[]
5 film & TV picks
number
68
320
string
Click on the icon in the top right of the example preview to view the source code for specific variants.
This component is inspired by various open-source projects and patterns. Please verify licenses and implementation details before using in production.
import { AccordionReveal } from "@/components/ui/accordion-reveal"
export default function Page() { return ( <div className="max-w-xl text-foreground"> <AccordionReveal /> </div> ) }