Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra committed Oct 24, 2024
1 parent 6e124b6 commit 61a5d4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ TabNav's interaction is as follows:
2. Once the screen size starts getting reduced, more items will start moving into More.
3. The order of these items would follow a logical order. They keep getting added ahead of the already existing items. So the last item to go into More is the first item that you see when you click on More.

TabNav automatically handles all these edge cases & responsiveness.
TabNav automatically handles all these edge cases & responsiveness and let's you focus on the rendering of the items via the [render props](https://reactpatterns.js.org/docs/function-as-child-component/) pattern.

```jsx
<TabNav
Expand Down

0 comments on commit 61a5d4c

Please sign in to comment.