Skip to content

Commit

Permalink
docs(Tabbar): improve md format (#6723)
Browse files Browse the repository at this point in the history
  • Loading branch information
Layouwen authored Aug 16, 2024
1 parent 46779b0 commit 0b752ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tab-bar/index.en.md
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ Useful for switching between different pages.
| --- | --- | --- | --- | --- |
| badge | Badge,the same as [Badge](/components/badge) `content` prop | `React.ReactNode \| typeof Badge.dot` | - | |
| icon | Icon | `ReactNode \| ((active: boolean) => ReactNode)` | - | |
| key | Corresponding to `activeKey` | `string` | - |
| key | Corresponding to `activeKey` | `string` | - | |
| title | Title | `ReactNode \| ((active: boolean) => ReactNode)` | - | |
| onClick | Callback when click item | `() => void` | - | 5.38.0 |

0 comments on commit 0b752ca

Please sign in to comment.