Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit bbdf65d

Browse files
va-card: update guidance on status tag in card (#5736)
* update status tag in card * add tag link --------- Co-authored-by: Matthew Dingee <52176351+humancompanion-usds@users.noreply.github.com>
1 parent 5344f32 commit bbdf65d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/_components/card/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Card is a flexible container component. Teams build and pass in their own conten
7777
3. **Secondary content.** Teams provide body text, which can include any combination of text, dates, or other content.
7878
4. **Call to action.** Teams add their own links - typically an [action link]({{ site.baseurl }}/components/link/action) or [link]({{ site.baseurl }}/components/link).
7979

80-
**Note:** If your card needs to display a status tag, or have an error state, use the [Card - Status]({{ site.baseurl }}/components/card/card-status) component instead, which is specifically designed for status communication and includes built-in support for status tags, error states, and screen reader announcements.
80+
**Note:** You can use [Tag - Status]({{ site.baseurl }}/components/tag/status) in either Card or [Card - Status]({{ site.baseurl }}/components/card/card-status). **Card Status is required** if you need an error state on the card, as it's the only card component that supports error states. Use Card Status when you need a consistent, structured pattern with a single action link. Use the default Card component when you need multiple calls to action or flexible content structure.
8181

8282
You can see these options in use in the [variations](#variations) below.
8383

0 commit comments

Comments
 (0)