You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stories/Content Presentation/SummaryList.stories.tsx
+42-4Lines changed: 42 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,25 @@ import React from 'react';
3
3
import{SummaryList,BodyText}from'../../src';
4
4
import{Meta,StoryObj}from'@storybook/react';
5
5
6
+
7
+
/**
8
+
* ## Implementation notes
9
+
*
10
+
* When providing action links, you must include visually hidden text. This means a screen reader user will hear a meaningful action, like "Change name" or "Change date of birth".'
story: 'Change links must include visually hidden text. This means a screen reader user will hear a meaningful action, like "Change name" or "Change date of birth".'
0 commit comments