Use Card...
- To bring hierarchy to content by grouping related things together.
- To segment a section of content apart from the rest visually.
Don't use Card...
- To frame an entire page section. Instead, frame groups within a given page section.
- To group items related to a product, such as an image product, name, and actions related to that product. Use a Standard Tile instead.
Bordered
Use bordered
to add a border, making it more visible against white backgrounds.
Full Bleed
Use fullBleed
to remove the padding.
Even Height
Use evenHeight
to make Cards within the same Grid row grow vertically to match the height of the largest card.
As a link
Use skin="link"
and Link with covering
to make the card behave as a Link. Refer to covering guidelines.
Only wrap the Link around the content that should be included in the accessible name, which is usually the title or call-to-action.
Use skin="unstyled"
on the Link to remove the normal link styling.