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/Navigation/Card.stories.tsx
-36Lines changed: 0 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -236,39 +236,3 @@ export const EmergencyCareCard: Story = {
236
236
</Card>
237
237
),
238
238
};
239
-
240
-
/**
241
-
* By default, CareCard components prepend hidden text before the title. These are:
242
-
*
243
-
* - ("non-urgent") Non-urgent advice:
244
-
* - ("urgent") Urgent advice:
245
-
* - ("immediate") Immediate action required:
246
-
*
247
-
* If you wish to disable this behaviour, pass the prop `visuallyHiddenText={false}` to the `CareCard.Heading` component or specify your own visually hidden text by using `visuallyHiddenText="Custom"`.
248
-
*
249
-
* You can change the heading type (i.e. `h1`, `h2` and so on) of the title by passing the prop `headingLevel="<headingLevel>"` to the `CareCard.Heading`.
0 commit comments