import { Meta } from '@storybook/addon-docs';
import Link from '@cloudscape-design/components/link';
import { Prism as SyntaxHighlighter } from 'react-syntax-highlighter';
# Migrating from NorthStar legacy - Card
Cloudscape does not expose an interface for individual Card component.
Use Cloudscape Cards component to display a list of card.
For use cases where only single card is used, use Cloudscape Container component
to display the content of a Card.