Browse Source
docs: update Radio.Button (#23078)
* Update index.zh-CN.md
* Update index.en-US.md
pull/23087/head
偏右
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
components/tabs/index.en-US.md
-
components/tabs/index.zh-CN.md
|
|
@ -13,7 +13,7 @@ Ant Design has 3 types of Tabs for different situations. |
|
|
|
|
|
|
|
- Card Tabs: for managing too many closeable views. |
|
|
|
- Normal Tabs: for functional aspects of a page. |
|
|
|
- [RadioButton](/components/radio/#components-radio-demo-radiobutton): for secondary tabs. |
|
|
|
- [Radio.Button](/components/radio/#components-radio-demo-radiobutton): for secondary tabs. |
|
|
|
|
|
|
|
## API |
|
|
|
|
|
|
|
|
|
@ -16,7 +16,7 @@ Ant Design 依次提供了三级选项卡,分别用于不同的场景。 |
|
|
|
|
|
|
|
- 卡片式的页签,提供可关闭的样式,常用于容器顶部。 |
|
|
|
- 既可用于容器顶部,也可用于容器内部,是最通用的 Tabs。 |
|
|
|
- [RadioButton](/components/radio/#components-radio-demo-radiobutton) 可作为更次级的页签来使用。 |
|
|
|
- [Radio.Button](/components/radio/#components-radio-demo-radiobutton) 可作为更次级的页签来使用。 |
|
|
|
|
|
|
|
## API |
|
|
|
|
|
|
|