Skip to content

Commit

Permalink
Update index.en-US.md
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Mar 15, 2019
1 parent ef1fc4a commit 59a6d49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/tabs/index.en-US.md
Expand Up @@ -37,6 +37,7 @@ Ant Design has 3 types of Tabs for different situations.
| onNextClick | Callback executed when next button is clicked | Function | - |
| onPrevClick | Callback executed when prev button is clicked | Function | - |
| onTabClick | Callback executed when tab is clicked | Function(key: string, event: MouseEvent) | - |

More option at [rc-tabs option](https://github.com/react-component/tabs#tabs)

### Tabs.TabPane
Expand All @@ -46,4 +47,5 @@ More option at [rc-tabs option](https://github.com/react-component/tabs#tabs)
| forceRender | Forced render of content in tabs, not lazy render after clicking on tabs | boolean | false |
| key | TabPane's key | string | - |
| tab | Show text in TabPane's head | string\|ReactNode | - |

More option at [rc-tabs option](https://github.com/react-component/tabs#tabpane)

0 comments on commit 59a6d49

Please sign in to comment.