Expandable Cards
Interactive card layout where hovered cards expand smoothly for focused content viewing.





Installation
npx shadcn@latest add https://scrollxui.dev/registry/expandable-cards.json Usage
import ExpandableCards from "@/components/ui/expandable-cards";<div className="h-[100px] sm:h-[300px] w-full select-none">
<ExpandableCards
cards={cards}
defaultExpanded={3}
/>
</div>API Reference
Expandable Cards
Interactive card layout where hovered cards expand smoothly for focused content viewing.