Expandable Cards
Interactive card layout where hovered cards expand smoothly for focused content viewing.
Loading...
Installation
npx shadcn@latest add @scrollxui/expandable-cards Usage
import ExpandableCards from '@/components/ui/expandable-cards';<div className='h-25 sm:h-75 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.