Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
basher committed Mar 22, 2024
1 parent 177ecf2 commit f7bef8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/stories/5. Components/Cards/Cards.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import * as CardsNoArgs from './CardsNoArgs.stories';
### Accessibility considerations
- The image has an empty `alt` attribute.
- Minimise the amount of text, as it will all be read out as link text by screen readers.
- An alternative approach would be to use JavaScript to make the card clickable. See [make clickable utility](/story/utilities-helpers-and-utilities--make-clickable).
- An alternative approach would be to use JavaScript to make a standard card clickable. See [make clickable utility](/story/utilities-helpers-and-utilities--make-clickable).

<Canvas of={Cards.ClickableCard} />
<Controls of={Cards.ClickableCard} />
Expand Down

0 comments on commit f7bef8a

Please sign in to comment.