Skip to content

Commit

Permalink
fix: sr-only notification as new example
Browse files Browse the repository at this point in the history
  • Loading branch information
Inferato committed May 27, 2022
1 parent a874aaf commit 08b055b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Tabs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ notes: |
### With notification

```jsx live
<Tabs defaultActiveKey="profile" id="uncontrolled-tab-example">
<Tabs defaultActiveKey="profile" id="tab-example-with-notification">
<Tab eventKey="home" title="Home">
Hello I am the first panel.
</Tab>
Expand All @@ -115,10 +115,10 @@ notes: |
</Tabs>
```

### With notification with the screen reader
### With screen reader text in notification

```jsx live
<Tabs defaultActiveKey="profile" id="uncontrolled-tab-example">
<Tabs defaultActiveKey="profile" id="tab-example-with-sr-notification">
<Tab eventKey="home" title="Home">
Hello I am the first panel.
</Tab>
Expand Down

0 comments on commit 08b055b

Please sign in to comment.