# Card

```jsx
import { Card } from "@washingtonpost/wpds-ui-kit";

function Component() {
  return <Card />;
}
```
