Skip to main content
An official website of the United States government

Guide Card

A card component composed of an image (available for some variants), description (available for some variants), and between two and six call-to-action (CTA) buttons.

View in Figma

Overview

Example of a vertical card with a title, image, description, and six vertically stacked buttons.
  1. Heading
  2. Image
  3. Description
  4. Link Button
  5. Button label

Variations

Component Preview

Guide Card with Image and Description

Patients and Caregivers Image

NCI is the nation's trusted source for cancer information. We're here with information about causes and risk factors, early detection and diagnosis, and treatment options.

Usage

  • Use heading to introduce the two-six CTAs featured on your guide card.
  • [Not available for all variants] Use image and description to provide context for your group of CTAs and to explain how they relate to the larger message shared on your page.
  • Use CTA buttons to provide users with links to two-six related CTAs. CTAs can lead to internal or external pages.
  • Use descriptive, concise button labels within CTA buttons to indicate to user what page they will navigate to upon clicking.

Where to use

Use component on home, landing, and inner pages.

When to use

Use Guide Card with Image and Description within the body of your page to direct users to CTA links (at least two and up to six) that drive to important content items for that audience.

When to consider something else

Best Practices

Character Limits

Character limits are strongly recommended to ensure text is concise, scannable, and not visually distorted.

Character limits are based on best practices and when a line of text will be forced to wrap onto a second line of text on desktop.

  • Card title: 32 characters
  • Card description: 150 characters
  • Button label text: 20 characters

Image guidance and specs

NCIDS Guide Card with Image and Description 16:9 Image Style

  • Name - NCIDS Guide Card with Image and Description 16:9
  • Scale Width - 1304px
  • Usage - The 16:9 Image Style will be used at all breakpoints

Patterns

2 Guide Card Row

  • If using the guide card with image and description home page and/or landing page, consider using guide cards in rows of two to maintain the visual consistency of the site. Explore the NCIDS 2 guide card row pattern for more information. To learn more about this pattern, visit Guide Card Row.

3 Guide Card Row

  • If using the guide card without image and description on a home page and/or landing page, consider using cards in rows of three to maintain the visual consistency of the site. To learn more about this pattern, visit Guide Card Row.

Accessibility

  • aria-label provides an accessible name for an element. If there is no visible name for the element, use aria-label to provide the user with a recognizable accessible name.
  • The aria-label of this component is related to the anchor element of the card (the aria-label is on the anchor tag)

Code Snippets

Guide Card with Image and Description

Component Preview
Patients and Caregivers Image

NCI is the nation's trusted source for cancer information. We're here with information about causes and risk factors, early detection and diagnosis, and treatment options.

Guide Card without Image and Description

Component Preview

Packages

Import this Sass partial into your stylesheet.

@forward "nci-guide-card";
/* This package should also be imported in your sass stylesheet if not already as NCI Guide Card is dependent on them. */
@forward "usa-button";