ant-design/components/tab/index.md
2015-06-09 18:23:59 +08:00

29 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tab
- category: Components
- chinese: 标签页
---
选项卡切换组件。
## API
### Tabs
| 参数 | 说明 | 类型 | 默认值 |
|------------------|----------------------------------------------|----------|------------|
| activeKey | 当前激活 tab 面板的 key | String | 无 |
| effect | 是否启用面板切换动画 | Boolean | true |
| defaultActiveKey | 初始化选中面板的 key如果没有设置 activeKey | String | 第一个面板 |
| onChange | 切换面板的回调 | Function | 无 |
| onTabClick | tab 被点击的回调 | Function | 无 |
### TabPane
| 参数 | 说明 | 类型 | 默认值 |
|------|---------------------|--------|--------|
| key | 对应 activeKey | Object | 无 |
| tab | 当前 tab 对应的面板 | String | 无 |