Skip to content

Commit

Permalink
Link experimental section
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed May 11, 2020
1 parent 836eb88 commit 426d177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/components/tabs/tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ The following steps are needed in order to provide necessary information for ass
2. `Tab`s need to be connected to their
corresponding `[role="tabpanel"]` by setting the correct `id`, `aria-controls` and `aria-labelledby`.

An example for the current implementation can be found in the demos on this page. We've also published an experimental API in `@material-ui/lab` that does not require
An example for the current implementation can be found in the demos on this page. We've also published [an experimental API](#experimental-api) in `@material-ui/lab` that does not require
extra work.

### Keyboard navigation
Expand All @@ -116,7 +116,7 @@ Focus a tab and navigate with arrow keys to notice the difference.

{{"demo": "pages/components/tabs/AccessibleTabs.js", "bg": true}}

## Experimental Tabs API
## Experimental API

`@material-ui/lab` offers utility components that inject props to implement accessible tabs
following [WAI-ARIA authoring practices](https://www.w3.org/TR/wai-aria-practices/#tabpanel).
Expand Down

0 comments on commit 426d177

Please sign in to comment.