# ContentCard A flexible, composable card component for displaying rich content with customizable header, body, and footer sections. Use with ContentCardHeader, ContentCardBody, and ContentCardFooter sub-components. ## Import ```tsx import { ContentCard } from '@coinbase/cds-web/cards/ContentCard' ``` ## Examples ContentCard is a flexible, composable card component built with `ContentCardHeader`, `ContentCardBody`, and `ContentCardFooter` sub-components. It can display various content layouts including text, media, and interactive elements. ### Basic Examples ContentCard uses sub-components for flexible layout. Combine `ContentCardHeader`, `ContentCardBody`, and `ContentCardFooter` to create your card structure. ```jsx live function Example() { return ( } /> $3,081.01 ↗ 6.37% } /> ); } ``` ### Media Placement Use the `mediaPlacement` prop on `ContentCardBody` to control where media is positioned relative to the content. ```jsx live function Example() { const exampleMedia = (