Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Omit link to legacy list of React synthet…
Browse files Browse the repository at this point in the history
…ic events in component documentation
  • Loading branch information
mbohal committed Feb 28, 2024
1 parent 92eb1ca commit 12d4088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tabs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ can specify **any HTML attribute you like.** All attributes that don't interfere
with the API of the React component are forwarded to:

- the root `<nav>` HTML element in case of `Tabs` component
- the `<a>` HTML element in case of `TabsItem`.
- the `<a>` HTML element in case of `TabsItem`

This enables making the component interactive and helps to improve its
accessibility.
Expand Down

0 comments on commit 12d4088

Please sign in to comment.