Components
A responsive set of cards that display key features. Each card is initially collapsed, showing only a title, and expands on hover or click to reveal a detailed description with an icon.
Loading preview...
import { Component } from "@/components/ui/expanding-feature-cards";
export default function DemoOne() {
return <Component />;
}