Components
Interactive horizontal image accordion where the active card expands with a dark gradient overlay, title, category chip, and CTA while others collapse.
Loading preview...
import { ElasticGallery } from "@/components/ui/elastic-gallery";
export default function DemoOne() {
return <ElasticGallery />;
}